mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 9 additions and 0 deletions
@ -1,3 +1,12 @@ |
|||
@use '@angular/material' as mat; |
|||
|
|||
:host { |
|||
display: block; |
|||
|
|||
@include mat.form-field-overrides( |
|||
( |
|||
container-height: 2.5rem, |
|||
container-vertical-padding: 0.5rem |
|||
) |
|||
); |
|||
} |
|||
|
|||
Loading…
Reference in new issue