fix(Breadrumb): handle truncate

This commit is contained in:
Benjamin Canac
2024-01-25 17:38:52 +01:00
parent f640a30e13
commit 5d3a962782

View File

@@ -1,9 +1,9 @@
export default {
wrapper: 'relative',
ol: 'flex items-center gap-x-1.5',
li: 'flex items-center gap-x-1.5 text-gray-500 dark:text-gray-400 text-sm leading-6',
base: 'flex items-center gap-x-1.5 group font-semibold',
label: '',
li: 'flex items-center gap-x-1.5 text-gray-500 dark:text-gray-400 text-sm leading-6 min-w-0',
base: 'flex items-center gap-x-1.5 group font-semibold min-w-0',
label: 'block truncate',
icon: {
base: 'flex-shrink-0 w-4 h-4',
active: '',