Commit 368044d180f6ec65d69b634356fd01424b367f85
Exists in
master
and in
1 other branch
Merge pull request #294 from amaabca/app-notification-table-padding
Reduce the padding of table content to keep rows within the main layout
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; | ... | ... |