Skip to content

Commit a98f544

Browse files
authored
fix(ui5-panel): correct inon size on small screens (#213)
The icon used to shrink.on small screen, now it has min width and height. Fixes: #212
1 parent 992fb1b commit a98f544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/themes/base/Panel.less

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ ui5-panel {
3434
& ui5-icon.sapMPanelIcon {
3535
width: 1.5rem;
3636
height: 1.5rem;
37+
min-width: 1.5rem;
38+
min-height: 1.5rem;
3739
margin-left: 0.75rem;
3840
margin-right: 0.75rem;
3941
align-self: center;

0 commit comments

Comments
 (0)