You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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;
}
The text was updated successfully, but these errors were encountered: