- Issue created by @goz
- 🇫🇷France mogtofu33
Fixed on MR28 (alpha bug fixes).
Unless there is an MR, this kind of small bug fixes can be added to 🐛 Alpha bug fixes Active for now.
When loading island configuration for an Icon block, there is too much height on the form, so there is a blank area between form and button.
Here is the css code which make that on display_builder/assets/css/form.css
.db-form .ui-icons-wrapper {
min-height: 30rem;
}
Button should be just after the field.
Add an icon block and open configuration island to set the icon
Active
1.0
UI/UX/Islands
Fixed on MR28 (alpha bug fixes).
Unless there is an MR, this kind of small bug fixes can be added to
🐛
Alpha bug fixes
Active
for now.