fix page paddings.

This commit is contained in:
Miroslav Šedivý
2022-07-18 23:11:13 +02:00
parent 2ef599b90e
commit 5b035e4348
2 changed files with 8 additions and 2 deletions

View File

@ -326,7 +326,6 @@
.members {
display: block;
width: 100%;
padding: 5px;
overflow: hidden;
.member {
@ -385,6 +384,11 @@
th {
text-align: right;
}
input[type='text'] {
width: 100%;
box-sizing: border-box;
}
}
.plugins {