This commit is contained in:
Chneemann 2024-04-25 11:38:14 +02:00
parent 042c52ef80
commit 78f59146cc

View file

@ -5,7 +5,7 @@ section {
.content { .content {
display: flex; display: flex;
width: 100%; width: calc(100% - 12px);
} }
.dialog { .dialog {
@ -303,7 +303,7 @@ p {
.right-side, .right-side,
.left-side { .left-side {
width: 100%; width: calc(100%);
} }
} }