summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-10-17 17:04:33 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-10-17 17:04:33 +0000
commitbaf07e914d744f9c6b4daa6f84b96d506f1ffe46 (patch)
tree9b5bed2891e89762dfdb55ba46ea63216a846486 /app/assets/stylesheets/pages/issuable.scss
parent951dab3bf793ff00e785815c308a8379e9d58a60 (diff)
downloadgitlab-ce-baf07e914d744f9c6b4daa6f84b96d506f1ffe46.tar.gz
Add inline edit button to issue_show app
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c93c4e93af5..48532503263 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -72,12 +72,22 @@
}
}
+ .title-container {
+ display: flex;
+ }
+
.title {
padding: 0;
margin-bottom: 16px;
border-bottom: none;
}
+ .btn-edit {
+ margin-left: auto;
+ // Set height to match title height
+ height: 2em;
+ }
+
// Border around images in issue and MR descriptions.
.description img:not(.emoji) {
border: 1px solid $white-normal;