UI Fix padding on live policy warning (#5521)

This commit is contained in:
RachelElysia 2022-05-04 09:05:52 -04:00 committed by GitHub
parent 4531ec8b39
commit fba916e636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
.policy-page__warning {
margin: 0;
margin-top: $pad-large;
margin-bottom: $pad-large;
}
.form-field--input {