Skip to content

Commit d1ac778

Browse files
tc-thinhThinh Transvc-changelog
authored
Fix divider compact (#7514)
Co-authored-by: Thinh Tran <[email protected]> Co-authored-by: svc-changelog <[email protected]>
1 parent f983a6f commit d1ac778

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type: fix
2+
fix:
3+
description: Fix divider compact
4+
links:
5+
- https://github.com/palantir/blueprint/pull/7514

packages/core/src/components/divider/_divider.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $divider-margin: $pt-grid-size * 0.5 !default;
1616
border-color: $pt-dark-divider-white;
1717
}
1818

19-
.#{$ns}-compact {
19+
&.#{$ns}-compact {
2020
margin: 0;
2121
}
2222
}

0 commit comments

Comments
 (0)