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:
authorSamantha Ming <sming@gitlab.com>2019-06-28 10:32:03 +0300
committerPhil Hughes <me@iamphill.com>2019-06-28 10:32:03 +0300
commit4bf043435906db75fa9543db96991b8cc7171f46 (patch)
tree12d2e52d8de2ee0d174f225c0b64ea1c43c6beea /app/assets/stylesheets/pages/notes.scss
parentae68c7ea142b12fe179a4027b17d31ac6fb2649c (diff)
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/notes.scss')
-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;
}