Skip to content

Commit

Permalink
fix(VDataTable): fit mobile row height to content (#19843)
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevnerdstuff committed May 21, 2024
1 parent 67ab46c commit f016954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VDataTable/VDataTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
.v-data-table-header__sort-icon
opacity: 0.5

&.v-data-table__tr--mobile
> td
height: fit-content

.v-data-table-column--fixed,
.v-data-table__th--sticky
background: $table-background
Expand Down

0 comments on commit f016954

Please sign in to comment.