Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
efe6ec19e5f0623348047254e0145db6abbc36d3
Authored by
Igor Kulikov
2020-04-01 16:55:44 +0300
1 parent
4fb8926f
Fix value input style
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
ui-ngx/src/app/shared/components/value-input.component.scss
ui-ngx/src/app/shared/components/value-input.component.scss
View file @
efe6ec1
...
...
@@ -19,7 +19,8 @@
19
19
padding-bottom
:
1px
;
20
20
}
21
21
mat-select-trigger
{
22
-
mat-icon
{
22
+
.mat-icon
{
23
+
vertical-align
:
middle
;
23
24
margin-right
:
16px
;
24
25
}
25
26
}
...
...