UX: remove extra margin from flag description links (#28251)
This commit is contained in:
parent
746d8e613e
commit
fe307ea2f0
|
@ -380,6 +380,9 @@
|
|||
width: 100%;
|
||||
// max-width: 500px;
|
||||
line-height: var(--line-height-large);
|
||||
a {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.flag-confirmation {
|
||||
margin-top: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue