because of floating problems i recommend to change the first line in the css file from
.comment-click, .comment-link {
display: block;
float: left;
padding-right: 1em;
}
to
.comment-click, .comment-link {
display: inline-block;
padding-right: 1em;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | inline_comments_1494762_1_floating_css.patch | 442 bytes | simon georges |
Comments
Comment #1
simon georges commentedAccording patch attached. If working, all credits goes @konsul.
Comment #2
simon georges commented