kirby-list-field icon indicating copy to clipboard operation
kirby-list-field copied to clipboard

Add class name to element for added input padding

Open olach opened this issue 6 years ago • 0 comments

This fixes issue #2.

The added class name to the wrapping field element, adds padding to the input field. This prevents the input text to getting hidden under the input icon.

Instead of editing the css file for this fix, I used the same approach as the core Info field does: https://github.com/getkirby/panel/blob/master/app/fields/info/info.php#L11-L15

olach avatar Aug 14 '17 09:08 olach