This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user