Clear margin bottom of control label (#5954)

* Clear margin bottom of control label

* Update CHANGELOG-DEV.md
This commit is contained in:
Yuriy Bakhtin 2022-12-01 16:56:57 +04:00 committed by GitHub
parent 1c71ffba46
commit ee8a1ca9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,11 @@
HumHub Changelog
================
1.13.0-beta.3 (Unreleased)
---------------------------------
- Fix #5954: Clear margin bottom of fieldset control label
1.13.0-beta.2 (29 November, 2022)
---------------------------------
- Enh #5951: Added default spacing between icon and text inside buttons

View File

@ -320,6 +320,9 @@ div.form-group {
.form-collapsible-fields-label {
margin-bottom: 0px;
padding: 12px;
label {
margin-bottom: 0;
}
}
.form-collapsible-fields fieldset {

File diff suppressed because one or more lines are too long