mirror of
https://github.com/discourse/discourse.git
synced 2025-04-13 17:30:18 +08:00
Merge pull request #3811 from tgxworld/fix_related_links_taking_up_full_width
UX: Fix links in gutter taking up full width.
This commit is contained in:
commit
7e583a65a8
@ -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