Skip to content

Commit

Permalink
Adds a bottom border to table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Feb 3, 2024
1 parent 5f5f8c5 commit 319ec3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,7 @@ tbody {
thead {
th {
text-align: center !important;
border-bottom: 0;
box-shadow: inset 0px -1px $border-color;
}
}

0 comments on commit 319ec3e

Please sign in to comment.