Skip to content

Commit

Permalink
fix(ui5-messagestrip): remove height 100% on element tag (#387)
Browse files Browse the repository at this point in the history
Issue, the message strip used to take full parent height, although it might contain only few words.
Solution: remove the height 100% on element tag, as it can be alter any time by the consumers.
FIXES: #375
  • Loading branch information
ilhan007 authored May 14, 2019
1 parent 47aaa3d commit 4b64a9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/main/src/themes/MessageStrip.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
:host(ui5-messagestrip) {
display: inline-block;
width: 100%;
height: 100%;
}

ui5-messagestrip {
display: inline-block;
width: 100%;
height: 100%;
}

span[data-sap-ui-wc-root] {
Expand Down

0 comments on commit 4b64a9c

Please sign in to comment.