Created
July 15, 2016 13:02
-
-
Save Aleksandr-ru/b120250bb26d7e188058b05adbfd3fc4 to your computer and use it in GitHub Desktop.
Bootstrap no-wrap buttons of btn-group in a table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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