diff options
| author | rr- <rr-@sakuya.pl> | 2017-01-03 19:37:59 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-01-03 19:37:59 +0100 |
| commit | e2fcd08ce99f8850d3f319ed134b00c3b0e3629f (patch) | |
| tree | 23a7787c74b56d632d65de8a9179cec5497bc908 /client/css/comment-control.styl | |
| parent | 42bf4b12a27f9de81f10ac7af0e194b8ab6f4921 (diff) | |
client/comments: fix header wrapping on chrome
Diffstat (limited to 'client/css/comment-control.styl')
| -rw-r--r-- | client/css/comment-control.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index 343dbd4..96d7e7a 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -52,6 +52,9 @@ $comment-border-color = #DDD padding: 0 1em line-height: 2.25em + .score-container, .link-container + display: inline-block + &:before position: absolute display: block |