Skip to content

Instantly share code, notes, and snippets.

@Aleksandr-ru
Created July 15, 2016 13:02
Show Gist options
  • Save Aleksandr-ru/b120250bb26d7e188058b05adbfd3fc4 to your computer and use it in GitHub Desktop.
Save Aleksandr-ru/b120250bb26d7e188058b05adbfd3fc4 to your computer and use it in GitHub Desktop.
Bootstrap no-wrap buttons of btn-group in a table
.table .btn-group {
white-space: nowrap;
}
.table .btn-group .btn {
display: inline-block;
float: none;
}
.table .btn-group .btn + .btn {
margin-left: -5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment