// this is before the rest of bootstrap to get the right paddings in grid .sr-list { @include list-unstyled; margin-bottom: 0; > li { display: inline-block; &:not(:last-child) { margin-right: $list-inline-padding; } } &.sr-list-tight { > li { display: inline-block; margin-right: 0; } } }