update: adding whitespace rules to the NavbarMenuItem component
This commit is contained in:
parent
b0ff2f82b3
commit
298e1b7ef1
|
|
@ -86,7 +86,7 @@ export default function MenuItem({ menu, isActive, onClick }: Props) {
|
|||
<Icon className="w-4 h-4" />
|
||||
</span>
|
||||
{/* Label */}
|
||||
<span className="text-xs font-bold">{menu.label}</span>
|
||||
<span className="text-xs font-bold whitespace-normal">{menu.label}</span>
|
||||
</div>
|
||||
{/* Chevron Icon */}
|
||||
{hasChildren && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user