mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
adds missing spacing around links in reason text
This commit is contained in:
parent
7f9220a2cd
commit
b2dcb51e48
@ -10,6 +10,11 @@
|
||||
.reason {
|
||||
line-height: 16px;
|
||||
margin: 0 0 0 10px;
|
||||
|
||||
a {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user