Skip to content

Commit

Permalink
* menu: clip title in menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 30, 2024
1 parent 1eb9054 commit 724feba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/menu/src/style/menu-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
.menu-item.disabled > a:hover {
@apply -bg-inherit -text-inherit;
}
.menu-item > a > .item-title {
@apply -flex-auto;
.menu-item .item-title {
@apply -flex-auto -min-w-0 -whitespace-nowrap -overflow-hidden -text-clip;
}

0 comments on commit 724feba

Please sign in to comment.