- Issue created by @SirClickALot
Just noticed a small annoyance when using FEE to add Paragraphs.
The left-padding seems to have been deliberately removed from the <input> elements as illustrated in the 1, 2, 3 below...
I think this might be due to the following lines at the end of the forms_helper.css
file...
.path-frontend-editing ul.paragraphs-add-dialog-list .button.button--small {
padding-left: unset;
border: unset;
}
It's not effecting us but even the removal of the border attribute value seems a bit over-opinionated too?
Active
1.8
Code