Commit 504e9e1a authored by George Tsiolis's avatar George Tsiolis

Remove unnecessary line before reply holder

parent 5c5a5992
......@@ -236,17 +236,22 @@ table {
}
}
.discussion-body,
.diff-file {
.discussion-body {
.discussion-reply-holder {
background-color: $white-light;
padding: 10px 16px;
border-radius: 0 0 3px 3px;
padding: 0 $gl-padding 10px;
&.is-replying {
padding-bottom: $gl-padding;
}
}
.diff-file {
.discussion-reply-holder {
padding: 10px 16px;
}
}
}
.discussion-with-resolve-btn {
......
......@@ -514,7 +514,6 @@ $note-form-margin-left: 72px;
.discussion-reply-holder {
border-radius: 0 0 $border-radius-default $border-radius-default;
border-top: 1px solid $border-color;
position: relative;
}
}
......
---
title: Remove unnecessary line before reply holder
merge_request: 23092
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment