Skip to content

Commit

Permalink
fix(ui5-illustrated-message): vertical alignment (#8566)
Browse files Browse the repository at this point in the history
Recent DOT feature led to improper vertical alignment of Illustrated
Message's SVG when the IM is inside tall container.
Now we make sure both the text and the SVG container are vertically
centered in case of tall container.
Fixes: #8490
  • Loading branch information
plamenivanov91 authored and ilhan007 committed Apr 3, 2024
1 parent 56c9628 commit 4bc8769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fiori/src/themes/IllustratedMessage.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
align-items: center;
justify-content: center;
height:inherit;
flex-basis: content;
}

.ui5-illustrated-message-illustration {
Expand Down

0 comments on commit 4bc8769

Please sign in to comment.