Commit 90b008e01b546ec436e107e2c8173b8fd13f131e
1 parent
22a996ac
Exists in
master
and in
1 other branch
Reduce the padding of table content to keep rows within the main layout (issue 275)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/errbit.css
... | ... | @@ -586,8 +586,8 @@ div.issue_tracker.nested label.r_on, div.issue_tracker.nested label.r_on:hover, |
586 | 586 | table.apps tbody tr:hover td ,table.errs tbody tr:hover td { background-color: #F2F2F2;} |
587 | 587 | |
588 | 588 | table.apps td.name, table.errs td.message { width: 100%; } |
589 | -table.apps td { padding: 16px 25px; } | |
590 | -table.apps th { padding: 10px 25px; } | |
589 | +table.apps td { padding: 16px 20px; } | |
590 | +table.apps th { padding: 10px 20px; } | |
591 | 591 | |
592 | 592 | table.apps td.issue_tracker, table.apps td.count, table.apps td.deploy { |
593 | 593 | text-align: center; | ... | ... |