mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
UX: Fix links in gutter taking up full width.
This commit is contained in:
parent
a8081c8dd0
commit
fe8a93bdc0
@ -651,13 +651,13 @@ blockquote {
|
||||
|
||||
.reply-new {
|
||||
padding-left: 27px;
|
||||
display:block;
|
||||
display: inline-block;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.track-link {
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user