Minor fixes

This commit is contained in:
Marc Riera Irigoyen 2022-04-06 23:37:11 +02:00
parent 4fe8016857
commit 9b3117f072
5 changed files with 17 additions and 7 deletions

9
static/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%;
}