Skip to content

Commit 82a321a

Browse files
authored
fix(VDataTable): data table expand button content overflows (#21218)
resolves #20545
1 parent 651a637 commit 82a321a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vuetify/src/components/VDataTable/VDataTable.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
.v-data-table__tr--mobile
136136
> .v-data-table__td--expanded-row
137-
grid-template-columns: 0
137+
grid-template-columns: auto
138138
justify-content: center
139139

140140
> .v-data-table__td--select-row

0 commit comments

Comments
 (0)