Skip to content

Commit 4b64a9c

Browse files
authored
fix(ui5-messagestrip): remove height 100% on element tag (#387)
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
1 parent 47aaa3d commit 4b64a9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/main/src/themes/MessageStrip.css

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
:host(ui5-messagestrip) {
22
display: inline-block;
33
width: 100%;
4-
height: 100%;
54
}
65

76
ui5-messagestrip {
87
display: inline-block;
98
width: 100%;
10-
height: 100%;
119
}
1210

1311
span[data-sap-ui-wc-root] {

0 commit comments

Comments
 (0)