fix: note detailed tabs using wrong styling

This commit is contained in:
freeplay 2023-07-15 15:21:33 -04:00
parent 63b3666b71
commit 83294c6c3d
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,6 @@
<MkTab
v-model="tab"
style="white-space: nowrap"
:style="'underline'"
@update:modelValue="loadTab"
>

View file

@ -58,6 +58,7 @@ export default defineComponent({
font-size: 90%;
border-radius: var(--radius);
padding: 10px 8px;
white-space: nowrap;
> button {
flex: 1;