Set minimum height on muriel text inputs (https://github.com/woocommerce/woocommerce-admin/pull/3538)
This commit is contained in:
parent
d96a8b88b4
commit
6943e76a3e
|
@ -30,6 +30,7 @@
|
|||
line-height: 21px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 30px;
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Reference in New Issue