MOBILE-2795 data: Display table as column on phones
This commit is contained in:
parent
bf509a7fae
commit
7c933ba15e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user