inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Wrap buttons in container element

Open mootari opened this issue 3 years ago • 0 comments

In Inputs.button(), <button> elements are currently siblings of the <label> element:

image

This makes it close to impossible to wrap multiple buttons without having them flow below the label:

image

Please consider nesting all buttons in an additional div.

mootari avatar Apr 15 '22 13:04 mootari