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;
|
||||
|
||||
table:not(.no-responsive-table) {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@include abstract.for-narrow-screen {
|
||||
display: block;
|
||||
|
||||
> tbody {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user