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

Better empty cells

parent 7cd4677d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ table
vertical-align: top
width: 100%
text-align: left
empty-cells: hide
caption
@include meta
padding: $spacing0 0
......@@ -29,10 +30,10 @@ table
font-size: $table-body-size
@include media-breakpoint-up(desktop)
font-size: $table-body-size-desktop
tr
border-bottom: 1px solid $color-border
tr:first-child
td
border-top: 1px solid $color-border
&:empty
border-top: none
.table-responsive
overflow-x: auto
......
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