diff options
| -rw-r--r-- | scss/_list-group.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index d7e2ec5c1..1e0d1121d 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -70,6 +70,8 @@ .list-group-flush { .list-group-item { + border-right: 0; + border-left: 0; border-radius: 0; } } |
