This commit is contained in:
MarcRiera 2022-04-06 21:37:54 +00:00
parent 42b50c9011
commit 0da8b3f5b4
16 changed files with 95 additions and 84 deletions

9
css/custom.css Normal file
View file

@ -0,0 +1,9 @@
#body .flex-block-wrapper {
max-width: 100%;
}
.flex-block-wrapper table {
overflow-x: auto;
white-space: wrap;
width: 100%;
}