Fix horizontal overflow

This commit is contained in:
Ken-Håvard Lieng 2018-06-10 21:35:12 +02:00
parent 3d2dbd5527
commit 9669092148
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,7 @@ button:active {
input[type=checkbox] { input[type=checkbox] {
position: absolute; position: absolute;
opacity: 0; left: -999px;
} }
input[type=checkbox] + span { input[type=checkbox] + span {