Fix bug to show tables on desktop devices

This commit is contained in:
Christian Wolf 2022-04-10 13:53:24 +02:00
parent 9754c96984
commit d4cb60c29c

View File

@ -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;
}