mr-ui icon indicating copy to clipboard operation
mr-ui copied to clipboard

Button component cannot match height of form controls

Open katydecorah opened this issue 6 years ago • 0 comments

When you put a select next to a button, all the Button sizes add either too much padding or not enough so that the two elements do not line up:

Size Button
small image
medium image
large/default image
What I want
(just right 🐻)
image

To achieve the desired look we can use <button class="btn"/>.

Have we considered making the default <Button> component (without options) look like <button class="btn" />?

katydecorah avatar May 15 '19 14:05 katydecorah