mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
UX: post content was moving up when viewing replies
This commit is contained in:
parent
74b121beeb
commit
4c14d981d7
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ aside.quote {
|
|||
|
||||
// this ensures consistent top margin on topic posts even if the first line of a post
|
||||
// is a top-margin-less element like a list or image.
|
||||
.topic-body .contents {
|
||||
.topic-body .regular {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue