mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
- navigation bar long title is now allowed
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
background: member.data.attributes.color ? member.data.attributes.color : '',
|
||||
}"
|
||||
>
|
||||
<span :class="fontSize" class="font-extrabold uppercase text-white dark:text-gray-900">
|
||||
<span class="font-extrabold uppercase text-white dark:text-gray-900"
|
||||
:class="[fontSize, {'!text-gray-900': !member.data.attributes.color}]"
|
||||
>
|
||||
{{ letter }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user