MOBILE-2795 data: Display table as column on phones
This commit is contained in:
parent
bf509a7fae
commit
7c933ba15e
@ -18,10 +18,14 @@
|
||||
tr {
|
||||
@extend .row;
|
||||
padding: 0;
|
||||
@include media-breakpoint-down(sm) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
td, th {
|
||||
@extend .col;
|
||||
min-height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user