diff options
| -rw-r--r-- | scss/_list-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index ce1eee129..bc949af30 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -26,7 +26,7 @@ } @else { display: block; } - + position: relative; padding: $list-group-item-padding-y $list-group-item-padding-x; // Place the border on the list items and negative margin up for better styling |
