Skip to content

Instantly share code, notes, and snippets.

@tieutantan
Created December 26, 2018 17:14
Show Gist options
  • Save tieutantan/b9125505db706dcd3dfffe0bfbec5f54 to your computer and use it in GitHub Desktop.
Save tieutantan/b9125505db706dcd3dfffe0bfbec5f54 to your computer and use it in GitHub Desktop.
Custom btn-xs on Bootstrap 4
/* docs - https://github.com/twbs/bootstrap/issues/21881#issuecomment-341972830 */
.btn-group-xs > .btn, .btn-xs {
padding : .25rem .4rem;
font-size : .875rem;
line-height : .5;
border-radius : .2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment