lobby/css: Fix filter checkbox focus border cutoff - fixes #7210"

pull/9751/head
Benedikt Werner 2021-09-08 01:43:52 +02:00
parent 7f192a013b
commit 177dde00f8
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
}
.checkable {
padding: 4.3px 0;
padding: 4.3px 2px 4.3px 0;
}
.checkable {
@ -43,7 +43,7 @@
tr.inline .checkable {
display: inline-block;
padding: 4.3px 20px 4.3px 0;
padding: 4.3px 20px 4.3px 2px;
}
input {