refactor: update row density to compact in various components for improved layout
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{{ title }}
|
||||
</v-card-title>
|
||||
<v-card-text class="pa-4">
|
||||
<v-row dense>
|
||||
<v-row density="compact">
|
||||
<v-col v-for="(nav, i) in navs" :key="i" class="text-center mb-2" cols="4">
|
||||
<v-btn
|
||||
class="mb-1"
|
||||
|
||||
Reference in New Issue
Block a user