Fix label positioning in IE11 (https://github.com/woocommerce/woocommerce-admin/pull/3135)
This commit is contained in:
parent
e1fc69ad8f
commit
14dc91a1bb
|
@ -31,6 +31,8 @@
|
|||
|
||||
.components-base-control__label {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: $studio-gray-50;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue