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:
authorFatih Acet <acetfatih@gmail.com>2017-08-18 03:23:05 +0300
committerFatih Acet <acetfatih@gmail.com>2017-08-18 03:23:05 +0300
commit6c0add67e2ad289627a04849b73b8ecb26871863 (patch)
tree5417b5ca7ad609cf46420c4e78a7ab92cfd6c23c /app/assets/stylesheets/pages/note_form.scss
parent200cc4f1679fc09684009113aa58b71f8b74544d (diff)
IssueNotesRefactor: Fix bottom padding inconsistency of reply form.
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 3123e367b2c..84466f36d9a 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -198,6 +198,10 @@
.discussion-reply-holder {
background-color: $white-light;
padding: 10px 16px;
+
+ &.is-replying {
+ padding-bottom: $gl-padding;
+ }
}
}