getgrav / grav-plugin-form

Grav Form Plugin
http://getgrav.org
MIT License
53 stars 79 forks source link

Collapsed List item help text looks bad #506

Open Karmalakas opened 3 years ago

Karmalakas commented 3 years ago

Help text of a collapsed item in List field doesn't look good at all :) It would be nice if it was hidden too or at least a bottom padding added

image

rhukster commented 3 years ago

The problem is that we don't really know what the fields inside the list item are going to look like. Yours only looks like this because you have a description below your text input. Without that it would look fine. It might be possible to provide some custom styling on the list blueprint entry tho, then you could tweak something like padding so it fit better.

Karmalakas commented 3 years ago

I'd prefer to hide that help text instead of having a padding. Would look much cleaner and IMO it's not very useful when the item is collapsed. No matter the field type. And implementation I believe would be much simpler than having some custom styles