Skip to content

Commit

Permalink
fix(VSimpleTable): set max width to 100% (#10707)
Browse files Browse the repository at this point in the history
fixes #8993
  • Loading branch information
jacekkarczmarczyk committed Mar 24, 2020
1 parent 151ae74 commit 905fc45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VDataTable/VSimpleTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

// Block
.v-data-table
max-width: 100%

table
width: 100%
border-spacing: 0
Expand Down

0 comments on commit 905fc45

Please sign in to comment.