MOBILE-2795 data: Display table as column on phones

main
Pau Ferrer Ocaña 2019-01-10 13:01:42 +01:00
parent bf509a7fae
commit 7c933ba15e
1 changed files with 4 additions and 0 deletions

View File

@ -18,10 +18,14 @@
tr { tr {
@extend .row; @extend .row;
padding: 0; padding: 0;
@include media-breakpoint-down(sm) {
flex-direction: column;
}
} }
td, th { td, th {
@extend .col; @extend .col;
min-height: auto;
} }
} }