Skip to content

Commit

Permalink
fix(ui5-dialog): state icon no longer shrinks when title is too long (#…
Browse files Browse the repository at this point in the history
…8851)

Fixes: #8762
  • Loading branch information
dimovpetar committed May 8, 2024
1 parent e59ac60 commit 06774ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

.ui5-dialog-value-state-icon {
margin-inline-end: 0.5rem;
flex-shrink: 0;
}

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

0 comments on commit 06774ea

Please sign in to comment.