Skip to content

Fixed 19371-Attribute Heading border misaligned. #19373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@
position: absolute;
transform: translateX(0);
visibility: visible;
z-index: 698;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@
}

.abs-field-no-label {
/**
*@codingStandardsIgnoreStart
*/
#mix-grid .return_length(@field-label-grid__column, @field-grid__columns, '+');
//@codingStandardsIgnoreEnd
margin-left: @_length;
//@codingStandardsIgnoreEnd
}
Expand Down Expand Up @@ -242,6 +238,7 @@
margin-top: .2rem;
position: absolute;
z-index: 1;

}
}
}
Expand Down Expand Up @@ -287,6 +284,14 @@
opacity: 1;
}
}

legend.admin__field-label{
span {
&:after {
display: none;
}
}
}

legend.admin__field-label {
span {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.admin__fieldset-wrapper-title {
&:extend(.abs-clearfix all);
border-bottom: 1px solid @color-gray80;
line-height: 1.2;
line-height: 1.4;
margin-bottom: 0;
padding: 14px 0 16px;

Expand Down