We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Button
small
medium
large
To achieve the desired look we can use <button class="btn"/>.
<button class="btn"/>
Have we considered making the default <Button> component (without options) look like <button class="btn" />?
<Button>
<button class="btn" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:small
medium
large
/default(just right 🐻)
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" />
?The text was updated successfully, but these errors were encountered: