Commit efe6ec19e5f0623348047254e0145db6abbc36d3

Authored by Igor Kulikov
1 parent 4fb8926f

Fix value input style

@@ -19,7 +19,8 @@ @@ -19,7 +19,8 @@
19 padding-bottom: 1px; 19 padding-bottom: 1px;
20 } 20 }
21 mat-select-trigger { 21 mat-select-trigger {
22 - mat-icon { 22 + .mat-icon {
  23 + vertical-align: middle;
23 margin-right: 16px; 24 margin-right: 16px;
24 } 25 }
25 } 26 }