mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 02:36:28 +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 {
|
.reply-new {
|
||||||
padding-left: 27px;
|
padding-left: 27px;
|
||||||
display:block;
|
display: inline-block;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.track-link {
|
.track-link {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user