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 ...@@ -4,6 +4,7 @@ table
vertical-align: top vertical-align: top
width: 100% width: 100%
text-align: left text-align: left
empty-cells: hide
caption caption
@include meta @include meta
padding: $spacing0 0 padding: $spacing0 0
...@@ -29,10 +30,10 @@ table ...@@ -29,10 +30,10 @@ 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
tr td
border-bottom: 1px solid $color-border
tr:first-child
border-top: 1px solid $color-border border-top: 1px solid $color-border
&:empty
border-top: none
.table-responsive .table-responsive
overflow-x: auto 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