nowrap tab texts in MkNoteDetailed

This commit is contained in:
naskya 2023-07-14 21:48:13 +00:00
parent 79aaf392e8
commit 6072ec92ab

View File

@ -33,7 +33,12 @@
detailedView detailedView
></MkNote> ></MkNote>
<MkTab v-model="tab" :style="'underline'" @update:modelValue="loadTab"> <MkTab
v-model="tab"
style="white-space: nowrap"
:style="'underline'"
@update:modelValue="loadTab"
>
<option value="replies"> <option value="replies">
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> --> <!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
<span v-if="note.repliesCount > 0" class="count">{{ <span v-if="note.repliesCount > 0" class="count">{{