Fix svg height problems

stable
Xavier Julián 2016-01-12 10:14:38 +01:00
parent 6915a99346
commit 3d489efd07
2 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ sup {
} }
svg { svg {
max-height: 1rem; height: 1rem;
max-width: 1rem; width: 1rem;
} }
//Datepicker //Datepicker

View File

@ -59,8 +59,8 @@ tg-project-menu {
} }
} }
svg { svg {
max-height: 1.5rem; height: 1.5rem;
max-width: 1.5rem; width: 1.5rem;
path { path {
opacity: 1; opacity: 1;
} }