nowrap tab texts in MkNoteDetailed
This commit is contained in:
parent
79aaf392e8
commit
6072ec92ab
@ -33,7 +33,12 @@
|
||||
detailedView
|
||||
></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">
|
||||
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
|
||||
<span v-if="note.repliesCount > 0" class="count">{{
|
||||
|
Loading…
Reference in New Issue
Block a user