1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-19 08:13:16 +09:00

Fix checkbox spacing

This commit is contained in:
Eugen Rochko 2016-11-25 14:01:14 +01:00
parent c1aab76da4
commit 898ab66e2e

View File

@ -56,7 +56,8 @@ code {
input[type=checkbox] { input[type=checkbox] {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 1px;
margin: 0;
} }
} }