Fix drawer toggle mis-alignment due to incorrect line-height.

This commit is contained in:
Jonathan Garbee 2016-08-15 11:58:39 -04:00
parent e2dce8f1e8
commit f08ce0da0c

View File

@ -214,7 +214,7 @@
}
@media screen and (min-width: $layout-screen-size-threshold + 1px) {
line-height: $layout-header-desktop-row-height;
line-height: 54px;
.mdl-layout--no-desktop-drawer-button &,
.mdl-layout--fixed-drawer > &,