Skip to content

Commit 9b7fa49

Browse files
authored
fix(ui5-dialog): state icon no longer shrinks when title is too long (#8839)
Fixes: #8762
1 parent 990313f commit 9b7fa49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/Dialog.css

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
.ui5-dialog-value-state-icon {
7777
margin-inline-end: 0.5rem;
78+
flex-shrink: 0;
7879
}
7980

8081
:host([state="Error"]) .ui5-dialog-value-state-icon {

0 commit comments

Comments
 (0)