Skip to content

Commit d4adeb1

Browse files
Fix icon being way too big
1 parent fc9f4ee commit d4adeb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
.block_groups input.blockgroupsandgroupingcheckbox ~ label::before {
1212
content: url('[[pix:t/collapsed]]');
13+
display: inline-flex;
14+
width: 16px;
15+
height: 16px;
1316
}
1417

1518
.block_groups input.blockgroupsandgroupingcheckbox:checked ~ label::before {

0 commit comments

Comments
 (0)