Commit 0113e7f8920efbc17fc153ae5575661087e15eb0
1 parent
00f30cfe
Exists in
master
and in
1 other branch
Prevent comment deletion link from breaking to a new line
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/errbit.css
... | ... | @@ -847,9 +847,11 @@ table.comment th span, table.comment th img { |
847 | 847 | } |
848 | 848 | table.comment th span.comment-info { |
849 | 849 | line-height: 21px; |
850 | + float: left; | |
850 | 851 | } |
851 | 852 | table.comment img.gravatar { |
852 | 853 | margin-right: 7px; |
854 | + float: left; | |
853 | 855 | } |
854 | 856 | |
855 | 857 | table.comment tbody td { | ... | ... |