pico icon indicating copy to clipboard operation
pico copied to clipboard

Inline button width

Open and-cesbo opened this issue 3 years ago • 2 comments
trafficstars

Hello,

Fix for inline buttons width : <input type="button" role="button" ...

and-cesbo avatar Aug 13 '22 22:08 and-cesbo

Hi @and-cesbo,

Thank you for this PR, and sorry for the delay.

Please read my comment here. You are right, <button /> are inline elements, but then we will lose the 100% width in these cases:

<form>
  <input type="text">
  <button type="submit">Action</button>
</form>

I hesitate to apply this change, but in any case, I can only do it for a MAJOR release because it's a breaking change.

lucaslarroche avatar Sep 11 '22 10:09 lucaslarroche

Sorry, closed by mistake

lucaslarroche avatar Sep 11 '22 16:09 lucaslarroche