Skip to content

Commit e682a92

Browse files
authored
Fix margin for attached top header on code review (#11571)
Introduced naively by #11463 The margin was being applied too widely.
1 parent 02a52d6 commit e682a92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web_src/less/_review.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919

2020
.add-comment-left.add-comment-right .ui.attached.header {
2121
border: 1px solid #d4d4d5;
22-
margin-bottom: .5em;
2322
margin-top: .5em;
23+
24+
&:not(.top) {
25+
margin-bottom: .5em;
26+
}
2427
}
2528

2629
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,

0 commit comments

Comments
 (0)