mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Clear margin bottom of control label (#5954)
* Clear margin bottom of control label * Update CHANGELOG-DEV.md
This commit is contained in:
parent
1c71ffba46
commit
ee8a1ca9f5
@ -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
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user