mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix checkbox spacing
This commit is contained in:
parent
c1aab76da4
commit
898ab66e2e
1 changed files with 3 additions and 2 deletions
|
@ -56,7 +56,8 @@ code {
|
|||
input[type=checkbox] {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
top: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue