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

View File

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