mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 01:50:41 +08:00
adjust track-link alignment in gutter
This commit is contained in:
parent
7758cd1c9e
commit
3c6f7908ac
|
@ -692,8 +692,14 @@ blockquote > *:last-child {
|
||||||
li {margin-bottom: 10px;}
|
li {margin-bottom: 10px;}
|
||||||
i {font-size: 12px;}
|
i {font-size: 12px;}
|
||||||
|
|
||||||
.reply-new, .track-link {
|
.reply-new {
|
||||||
padding-left: 27px;
|
padding-left: 27px;
|
||||||
|
display:block;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.track-link {
|
||||||
|
padding-left: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user