fix: note detailed tabs using wrong styling
This commit is contained in:
parent
63b3666b71
commit
83294c6c3d
@ -35,7 +35,6 @@
|
||||
|
||||
<MkTab
|
||||
v-model="tab"
|
||||
style="white-space: nowrap"
|
||||
:style="'underline'"
|
||||
@update:modelValue="loadTab"
|
||||
>
|
||||
|
@ -58,6 +58,7 @@ export default defineComponent({
|
||||
font-size: 90%;
|
||||
border-radius: var(--radius);
|
||||
padding: 10px 8px;
|
||||
white-space: nowrap;
|
||||
|
||||
> button {
|
||||
flex: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user