Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] V-Data-Table heading text vertical alignment glitch with sort arrows. #11113

Closed
jaunt opened this issue Apr 14, 2020 · 1 comment
Labels
C: VDataTable VDatatable duplicate The issue has already been reported

Comments

@jaunt
Copy link

jaunt commented Apr 14, 2020

Environment

Vuetify Version: 2.2.21
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.13.6

Steps to reproduce

Note the table headings are not aligned vertically. Also, if the table is resized horizontally, the header text items can seem to jump up and down (remove the max-width constraint in the codepen to experiment).

Expected Behavior

Header items should be aligned vertically.

Actual Behavior

They seem to randomly move up or down.

Reproduction Link

https://codepen.io/jauntcode/pen/jObbvaR

Other comments

On discord, dhonx suggested this workaround which seems to work great:

.v-data-table .v-data-table-header__icon.v-icon {
position: absolute;
}

@ghost ghost added the S: triage label Apr 14, 2020
@jacekkarczmarczyk
Copy link
Member

Duplicate of #10164

@jacekkarczmarczyk jacekkarczmarczyk marked this as a duplicate of #10164 Apr 14, 2020
@jacekkarczmarczyk jacekkarczmarczyk added C: VDataTable VDatatable duplicate The issue has already been reported and removed S: triage labels Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDataTable VDatatable duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants