Commit 5b8cc95d6e12cf01b81d3ab06b2110847107241f

Authored by Dmitriy Zaporozhets
1 parent f3fa4472

Fix checkall issues checkbox position for FF

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/assets/stylesheets/sections/issues.scss
@@ -44,8 +44,7 @@ input.check_all_issues { @@ -44,8 +44,7 @@ input.check_all_issues {
44 margin: 0; 44 margin: 0;
45 margin-right: 10px; 45 margin-right: 10px;
46 position: relative; 46 position: relative;
47 - top: 10px;  
48 - height: 22px; 47 + top: 13px;
49 } 48 }
50 49
51 .issues_content { 50 .issues_content {