Fix background being transparent for verified link fields

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent b865cf7018
commit 840cf21a3c

@ -7,6 +7,7 @@
border-top: 0;
dl {
background: $ui-base-color;
border-top: 1px solid lighten($ui-base-color, 4%);
border-bottom: 0;
display: flex;

Loading…
Cancel
Save