Skip to content

Commit 546cd43

Browse files
committed
Fixes tab styling inconsistencies introduced in previous commits.
1 parent 4e81470 commit 546cd43

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
>
7676
<VTab
7777
href="#questions"
78-
class="pa-1 px-2"
78+
class="pa-1"
7979
exact
8080
@change="tab = 'questions'"
8181
>
@@ -88,7 +88,7 @@
8888
</VTab>
8989
<VTab
9090
href="#details"
91-
class="pa-1 px-2"
91+
class="pa-1"
9292
exact
9393
@change="tab = 'details'"
9494
>
@@ -925,8 +925,4 @@
925925
border: 1px solid var(--v-greyBackground-base) !important;
926926
}
927927
928-
.pa-1 {
929-
padding: 4px !important;
930-
}
931-
932928
</style>

0 commit comments

Comments
 (0)