UX: remove extra margin from flag description links (#28251)

This commit is contained in:
Kris 2024-08-06 11:11:38 -04:00 committed by GitHub
parent 746d8e613e
commit fe307ea2f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -380,6 +380,9 @@
width: 100%;
// max-width: 500px;
line-height: var(--line-height-large);
a {
margin: 0;
}
}
.flag-confirmation {
margin-top: 0.5em;