Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Tepluhina <ntepluhina@gitlab.com>2019-07-09 07:22:48 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-07-09 07:22:48 +0300
commit9613a34a24bda78661ce74348ceb55d1e3b50b53 (patch)
treea19d31bb8c5c1266bf0b66e96cc4ee72817bd007 /app/assets/stylesheets/pages/diff.scss
parent56e3fc40b80b8f2231f15d57c73d3f5995f01eca (diff)
Fixed editing form
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 623c44e062f..3ffe8ae304d 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -1095,6 +1095,10 @@ table.code {
.discussion-collapsible {
margin: 0 $gl-padding $gl-padding 71px;
+
+ .notes {
+ border-radius: $border-radius-default;
+ }
}
.parallel {