Commit 0113e7f8920efbc17fc153ae5575661087e15eb0

Authored by Christopher Creighton
1 parent 00f30cfe
Exists in master and in 1 other branch production

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,9 +847,11 @@ table.comment th span, table.comment th img {
847 } 847 }
848 table.comment th span.comment-info { 848 table.comment th span.comment-info {
849 line-height: 21px; 849 line-height: 21px;
  850 + float: left;
850 } 851 }
851 table.comment img.gravatar { 852 table.comment img.gravatar {
852 margin-right: 7px; 853 margin-right: 7px;
  854 + float: left;
853 } 855 }
854 856
855 table.comment tbody td { 857 table.comment tbody td {