Fix the top border of verified account fields (#22006)

This commit is contained in:
Jed Fox 2022-12-06 17:54:02 -05:00 committed by GitHub
parent 66a70ebb6e
commit 33f06a4ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7138,10 +7138,12 @@ noscript {
.verified {
border: 1px solid rgba($valid-value-color, 0.5);
margin-top: -1px;
&:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-top: 0;
}
&:last-child {