Skip to content

Commit

Permalink
INTERIM-161 Removed a rule that was hiding a border on the first row …
Browse files Browse the repository at this point in the history
…of data when a table used <thead> (#174)
  • Loading branch information
sacarney authored and angelamnr committed Apr 16, 2018
1 parent f9c9572 commit 28409f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -2114,8 +2114,6 @@ table.responsive-table,
border-bottom: 3px solid #bbb;
}

.responsive-table.table-row tr:first-of-type { border-bottom: 0; }

.responsive-table.table-row td {
display: flex;
padding: 0;
Expand Down

0 comments on commit 28409f3

Please sign in to comment.