mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
UX: add space between links and text in labels (#11674)
This commit is contained in:
parent
422f395042
commit
2f84ab6e0a
@ -132,6 +132,11 @@ label {
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
a {
|
||||
// flex removes whitespace characters between text nodes and elements
|
||||
// so we need to add it back
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user