(fix) CSS padding style of toolbar

pull/91/head
Francis Lachapelle 2015-07-29 16:44:18 -04:00
parent b6a5eb0b60
commit 8e00387152
1 changed files with 1 additions and 1 deletions

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;
}