Fix checkbox style (#5445)

* Fix checkbox style

* Update CHANGELOG.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
Yuriy Bakhtin 2021-11-26 16:44:05 +03:00 committed by GitHub
parent 9441680ea3
commit e691de1117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,12 @@
HumHub Changelog
================
1.10.1 (Unreleased)
-------------------
- Fix #5445: Checkbox view style unaligned
1.10.0 (November 25, 2021)
---------------------------------

View File

@ -107,6 +107,7 @@
.regular-checkbox {
opacity: 0;
width: 0;
}
.regular-checkbox + .regular-checkbox-box {