Skip to content

Commit

Permalink
INTERIM-76 Remove padding on tr
Browse files Browse the repository at this point in the history
Extra padding on these tr elements looked off when some views tables
went responsive.
  • Loading branch information
sacarney authored and angelamnr committed Jun 13, 2017
1 parent e5e5f29 commit 666f893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ ol,
/* -------------------- */
/* Tables */

tr.even,
tr.odd {
/* Overrides system.theme */
padding: inherit;
}

.content table {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
Expand Down

0 comments on commit 666f893

Please sign in to comment.