Skip to content

Commit

Permalink
fix table styling for travel page
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Nov 8, 2022
1 parent 5c99254 commit 955ecf1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@
border-bottom-right-radius: 0;
}

// full name table: It wasn't selected...
table thead th[colspan="3"] {
border-top-right-radius: 0;
border-left: 1px solid #ddd;
// full name
table thead tr th[colspan="3"] {
border-top-right-radius: 0 !important;
border-left: 1px solid #ddd !important;
}

// birth date
Expand Down

0 comments on commit 955ecf1

Please sign in to comment.