Fix bug to show tables on desktop devices
This commit is contained in:
parent
9754c96984
commit
d4cb60c29c
@ -1,10 +1,11 @@
|
|||||||
@use "../abstract" as abstract;
|
@use "../abstract" as abstract;
|
||||||
|
|
||||||
table:not(.no-responsive-table) {
|
table:not(.no-responsive-table) {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include abstract.for-narrow-screen {
|
@include abstract.for-narrow-screen {
|
||||||
|
display: block;
|
||||||
|
|
||||||
> tbody {
|
> tbody {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user