Skip to content

Commit

Permalink
[4.0] Atum table head border bottom
Browse files Browse the repository at this point in the history
The border bottom was only set on `thead th` This pr correctly sets it on `thead td` as well

_(cannot be tested with patchtester alone)_
  • Loading branch information
brianteeman committed Sep 4, 2018
1 parent 96be9b0 commit 6bfa3fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
.table {

thead {
th {
th,
td {
white-space: nowrap;
font-weight: normal;
color: $gray-800;
border-bottom: 2px solid $gray-300;
}
td {
padding: 0;
Expand Down

0 comments on commit 6bfa3fd

Please sign in to comment.