Merge pull request #799 from kiwix/paddingFix

This commit is contained in:
Kelson 2022-02-25 14:16:20 +01:00 committed by GitHub
commit d483c1abca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,11 @@ QPushButton,
QSpinBox {
font-size: 16px;
line-height: 24px;
padding: 8px;
}
QLabel,
QPushButton {
padding: 12px 8px;
}
QFrame[frameShape="4"] {