Fix bug to show tables on desktop devices
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user