fix(web(css)): improve mailbox expand button in sidenav

pull/273/head
Francis Lachapelle 2020-08-04 16:36:15 -04:00
parent 7eac9c3893
commit 37d3cb7782
1 changed files with 2 additions and 3 deletions

View File

@ -43,8 +43,7 @@ md-select-value [class*="sg-child-level"] {
[class^=sg-child-level] { [class^=sg-child-level] {
md-icon, md-icon,
md-checkbox { md-checkbox {
margin-right: $bl * 2; margin-right: $bl;
max-width: 24px; line-height: $checkbox-height;
min-height: 24px;
} }
} }