Remove top rule so validation messages are positioned correctly below the fields (https://github.com/woocommerce/woocommerce-blocks/pull/4582)
This commit is contained in:
parent
0d6bb11135
commit
4d72866925
|
@ -3,7 +3,6 @@
|
|||
color: $alert-red;
|
||||
max-width: 100%;
|
||||
position: absolute;
|
||||
top: calc(100% - 1px);
|
||||
white-space: normal;
|
||||
|
||||
> p {
|
||||
|
|
Loading…
Reference in New Issue