fix(style): set correct height for icons on inputs
This commit is contained in:
parent
2a997b4edc
commit
e67b8693c9
|
@ -78,7 +78,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
|
||||
height: 40px;
|
||||
height: 44px;
|
||||
min-width: 44px;
|
||||
display: flex;
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
right: 0px;
|
||||
bottom: 0px;
|
||||
|
||||
height: 40px;
|
||||
height: 44px;
|
||||
min-width: 44px;
|
||||
display: flex;
|
||||
|
||||
|
|
Loading…
Reference in New Issue