Fix margin for attached top header on code review (#11571)
Introduced naively by #11463 The margin was being applied too widely.
This commit is contained in:
parent
02a52d683b
commit
e682a92295
|
@ -19,8 +19,11 @@
|
||||||
|
|
||||||
.add-comment-left.add-comment-right .ui.attached.header {
|
.add-comment-left.add-comment-right .ui.attached.header {
|
||||||
border: 1px solid #d4d4d5;
|
border: 1px solid #d4d4d5;
|
||||||
margin-bottom: .5em;
|
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
|
|
||||||
|
&:not(.top) {
|
||||||
|
margin-bottom: .5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
|
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
|
||||||
|
|
Loading…
Reference in New Issue