mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
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:
parent
9441680ea3
commit
e691de1117
@ -1,6 +1,12 @@
|
|||||||
HumHub Changelog
|
HumHub Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
1.10.1 (Unreleased)
|
||||||
|
-------------------
|
||||||
|
- Fix #5445: Checkbox view style unaligned
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1.10.0 (November 25, 2021)
|
1.10.0 (November 25, 2021)
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
@ -107,6 +107,7 @@
|
|||||||
|
|
||||||
.regular-checkbox {
|
.regular-checkbox {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regular-checkbox + .regular-checkbox-box {
|
.regular-checkbox + .regular-checkbox-box {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user