1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00
5e-drs/docs/.vuepress/theme/styles/_tables.scss

8 lines
76 B
SCSS
Raw Normal View History

2020-04-01 19:34:06 +02:00
.v-data-table {
&.width-auto {
table {
width: auto;
}
}
}