Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LespiletteMaxime/d42b1db544ce4b5df78f to your computer and use it in GitHub Desktop.
Save LespiletteMaxime/d42b1db544ce4b5df78f to your computer and use it in GitHub Desktop.
.list-group-horizontal .list-group-item {
display: inline-block;
}
.list-group-horizontal .list-group-item {
margin-bottom: 0;
margin-left:-4px;
margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
border-top-right-radius:0;
border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
border-top-right-radius:4px;
border-bottom-left-radius:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment