fix alignment on small screens
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
v-for="tab in tabs"
|
v-for="tab in tabs"
|
||||||
:key="tab.id"
|
:key="tab.id"
|
||||||
:class="[
|
:class="[
|
||||||
|
'flex',
|
||||||
|
'flex-items-center',
|
||||||
|
'text-center',
|
||||||
'px-4',
|
'px-4',
|
||||||
'py-2',
|
'py-2',
|
||||||
'-mb-1px',
|
'-mb-1px',
|
||||||
|
|||||||
Reference in New Issue
Block a user