Skip to content

Commit c8728f6

Browse files
fix(ui5-side-navigation): fix long words wrap/truncate (#13110)
1 parent ef5986c commit c8728f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/fiori/src/themes/SideNavigationItemBase.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
display: flex;
1313
align-items: center;
1414
width: auto;
15+
min-width: 0;
1516
box-sizing: border-box;
1617
text-decoration: none;
1718
position: relative;
@@ -21,6 +22,7 @@
2122
background-color: var(--sapList_Background);
2223
border-radius: var(--_ui5_side_navigation_item_border_radius);
2324
transition: var(--_ui5_side_navigation_item_transition);
25+
word-wrap: break-word;
2426
}
2527

2628
:host(:not([in-popover])) .ui5-sn-item {

0 commit comments

Comments
 (0)