Removal of padding from small buttons

Created on 27 March 2025, 9 days ago

Problem/Motivation

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?

🐛 Bug report
Status

Active

Version

1.8

Component

Code

Created by

🇬🇧United Kingdom SirClickALot Somerset

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024