mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
fix(Breadrumb): handle truncate
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user