mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08: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…
Reference in New Issue
Block a user