Skip to content

Commit

Permalink
Fix padding issue after vuetify upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed May 9, 2023
1 parent abd58a1 commit 6165a8a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions web/src/views/DandisetLandingView/DandisetPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,7 @@
</v-icon>
</v-col>
<v-spacer />
<v-col
cols="9"
class="py-0"
>
<v-col cols="9">
<div
v-if="currentDandiset"
class="text-caption"
Expand Down Expand Up @@ -235,10 +232,7 @@
</v-icon>
</v-col>
<v-spacer />
<v-col
cols="9"
class="py-0"
>
<v-col cols="9">
<div
v-if="currentDandiset"
class="text-caption"
Expand Down Expand Up @@ -323,10 +317,7 @@
</v-icon>
</v-col>
<v-spacer />
<v-col
cols="9"
class="py-0"
>
<v-col cols="9">
<div
v-if="currentDandiset"
class="text-caption"
Expand Down

0 comments on commit 6165a8a

Please sign in to comment.