FIX: TabSelect text overflow

This commit is contained in:
Robert Kossessa
2024-02-07 01:43:47 +01:00
parent 1a6d539185
commit dd472742dd

View File

@@ -12,7 +12,7 @@
:src="icon" :alt="title"
class="h-16"
:class="{'invert': selected}">
<ScrambleText ref="title" :resize="false" class="text-xs text-wrap" :text="title" />
<ScrambleText ref="title" :resize="false" class="text-xs text-wrap line-clamp-2 text-ellipsis overflow-hidden" :text="title" />
</template>
</button>
</template>