mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: remove extra margin from flag description links (#28251)
This commit is contained in:
parent
746d8e613e
commit
fe307ea2f0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user