Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Resolves #145
  • Loading branch information
Chalarangelo committed Oct 27, 2018
1 parent a99befe commit 5d89304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/mini/_table.scss
Expand Up @@ -165,21 +165,22 @@ table {
border: 0;
thead, tbody {
border: 0;
flex: .2 0 0;
flex-flow: row nowrap;
}
tbody {
overflow: auto;
justify-content: space-between;
flex: 1 0 0;
margin-left: calc( 4 * var(#{$universal-margin-var}));
flex: .8 0 0;
margin-left: 0;
padding-bottom: calc(var(#{$universal-padding-var}) / 4);
}
tr {
flex-direction: column;
flex: 1 0 auto;
}
th, td {
width: 100%;
width: auto;
border: 0;
border-bottom: $__1px solid var(#{$table-border-color-var});
&:not(:first-child){
Expand Down

0 comments on commit 5d89304

Please sign in to comment.