1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00

Mind that checkbox can be in a flex container

This commit is contained in:
Raymond Hill 2020-04-26 09:02:30 -04:00
parent 8ed60af0f9
commit 43357e4a4d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -147,6 +147,7 @@ label {
--margin-end: calc(var(--font-size) * 0.75);
box-sizing: border-box;
display: inline-flex;
flex-shrink: 0;
height: var(--checkbox-size);
margin: 0;
margin-inline-end: var(--margin-end);