This commit is contained in:
2020-01-31 22:16:37 +00:00
parent 50cb9b93d6
commit 31395fdc26

View File

@@ -88,7 +88,8 @@
v-for="c in item.columns" v-for="c in item.columns"
:key="c.key" :key="c.key"
> >
<div class="v-data-table__mobile-row__header mr-n5"> <!-- NOTE: the mr-n5 is critical here or else in small phone size the data column is cut off to the right -->
<div class="v-data-table__mobile-row__header mr-n7">
{{ getHeaderText(c.key) }} {{ getHeaderText(c.key) }}
</div> </div>
<div class="v-data-table__mobile-row__cell"> <div class="v-data-table__mobile-row__cell">