mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
adjust track-link alignment in gutter
This commit is contained in:
parent
7758cd1c9e
commit
3c6f7908ac
1 changed files with 7 additions and 1 deletions
|
@ -692,8 +692,14 @@ blockquote > *:last-child {
|
|||
li {margin-bottom: 10px;}
|
||||
i {font-size: 12px;}
|
||||
|
||||
.reply-new, .track-link {
|
||||
.reply-new {
|
||||
padding-left: 27px;
|
||||
display:block;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.track-link {
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue