Skip to content

Commit

Permalink
fix(ui5-panel): correct inon size on small screens (#213)
Browse files Browse the repository at this point in the history
The icon used to shrink.on small screen, now it has min width and height.
Fixes: #212
  • Loading branch information
ilhan007 committed Mar 19, 2019
1 parent 992fb1b commit a98f544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/base/Panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ui5-panel {
& ui5-icon.sapMPanelIcon {
width: 1.5rem;
height: 1.5rem;
min-width: 1.5rem;
min-height: 1.5rem;
margin-left: 0.75rem;
margin-right: 0.75rem;
align-self: center;
Expand Down

0 comments on commit a98f544

Please sign in to comment.