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