Skip to content
Snippets Groups Projects
Commit 46ddda00 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

some tables have a th instead of a td

parent 7ed20deb
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ table ...@@ -30,7 +30,8 @@ table
font-size: $table-body-size font-size: $table-body-size
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
font-size: $table-body-size-desktop font-size: $table-body-size-desktop
td td,
th
border-top: 1px solid $color-border border-top: 1px solid $color-border
&:empty &:empty
border-top: none border-top: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment