mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add space between links and text in labels (#11674)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user