Consistent padding of help dialog

This commit is contained in:
Arne Keller 2021-02-13 10:30:59 +01:00
parent 7aacca6941
commit 4e7d124720

View File

@ -1,4 +1,5 @@
#contentLayout {
padding-left: 0px;
padding-right: 0px;
}
@ -13,4 +14,4 @@
#languageSelect {
position: absolute;
right: 0;
}
}