This commit is contained in:
2020-01-31 22:31:22 +00:00
parent 31395fdc26
commit 54be851b15

View File

@@ -82,14 +82,14 @@
</div> </div>
</td> </td>
</template> </template>
<!-- NOTE: the pl-2 (overrides default of 16) is critical here or else in small phone size the data column is cut off to the right -->
<td <td
class="v-data-table__mobile-row" class="v-data-table__mobile-row pl-2"
v-for="c in item.columns" v-for="c in item.columns"
:key="c.key" :key="c.key"
> >
<!-- NOTE: the mr-n5 is critical here or else in small phone size the data column is cut off to the right --> <!-- NOTE: the mr-n6 is critical here or else in 360px (galaxy s9) small phone size the data column is cut off to the right -->
<div class="v-data-table__mobile-row__header mr-n7"> <div class="v-data-table__mobile-row__header mr-n6">
{{ getHeaderText(c.key) }} {{ getHeaderText(c.key) }}
</div> </div>
<div class="v-data-table__mobile-row__cell"> <div class="v-data-table__mobile-row__cell">