(fix) CSS padding style of toolbar

This commit is contained in:
Francis Lachapelle 2015-07-29 16:44:18 -04:00
parent b6a5eb0b60
commit 8e00387152

View file

@ -22,7 +22,7 @@ md-toolbar {
}
.md-toolbar-tools {
padding: 0 initial;
padding: 0;
// dirty fix to override angular-material botchy typography
font-size: 1em !important;
}