Merge pull request #194 from valentineus/master

Fix #193
This commit is contained in:
CJ Patoilo 2020-05-20 03:15:42 -03:00 committed by GitHub
commit 6dbea0bb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 28 deletions

View File

@ -19,41 +19,41 @@ th
padding-right: 0 padding-right: 0
@media screen and (max-width: 40.0rem) @media screen and (max-width: 40.0rem)
table table
border-spacing: 0 border-spacing: 0
display: flex display: flex
width: 100% width: 100%
thead thead
border-right: solid .1rem $color-quinary border-right: solid .1rem $color-quinary
td, td,
th th
padding-left: 0 padding-left: 0
&:first-child &:first-child
padding-left: 0 padding-left: 0
&:last-child &:last-child
padding-right: 1.2rem padding-right: 1.2rem
tbody tbody
display: flex display: flex
overflow-x: auto overflow-x: auto
white-space: nowrap white-space: nowrap
tr tr
border-right: solid .1rem $color-quinary border-right: solid .1rem $color-quinary
&:last-child &:last-child
border-right: none border-right: none
td, td,
th th
display: block display: block
&:first-child &:first-child
padding-left: 1.2rem padding-left: 1.2rem
&:last-child &:last-child
padding-right: 1.2rem padding-right: 1.2rem