summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorSamantha Ming <sming@gitlab.com>2019-06-28 07:32:03 +0000
committerPhil Hughes <me@iamphill.com>2019-06-28 07:32:03 +0000
commit4bf043435906db75fa9543db96991b8cc7171f46 (patch)
tree12d2e52d8de2ee0d174f225c0b64ea1c43c6beea /app/assets/stylesheets/pages
parentae68c7ea142b12fe179a4027b17d31ac6fb2649c (diff)
downloadgitlab-ce-4bf043435906db75fa9543db96991b8cc7171f46.tar.gz
Rearrange discussion resolve buttons & update button display
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 824edb2869f..e880b941d67 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -657,6 +657,10 @@ $note-form-margin-left: 72px;
margin-left: -1px;
}
+ .btn-group > .discussion-create-issue-btn {
+ margin-left: -2px;
+ }
+
svg {
height: 15px;
}