Skip to content

Commit a6d8c99

Browse files
committed
Fixes visual glitch of .list-group-item > a
1 parent c7bb051 commit a6d8c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/list-group/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
border-bottom-right-radius: $list-group-border-radius;
5353
}
5454
> a {
55-
display: inline-block;
55+
display: block;
56+
overflow: auto; // Avoids margin collapse
5657
width: 100%;
5758
cursor: pointer;
5859
color: inherit;

0 commit comments

Comments
 (0)