This commit is contained in:
Christine Slotty 2020-07-20 18:20:13 +02:00
parent 61c807c95f
commit 07281f0eef
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@
color: #212529;
background-color: #f9fafb;
margin: 0;
overflow: hidden;
overflow: auto;
}
div {
border-collapse: collapse;

View File

@ -46,7 +46,7 @@
color: @main-text;
background-color: @main-background;
margin: 0;
overflow: hidden;
overflow: auto;
}
div {