summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorMaurizio De Santis <desantis.maurizio@gmail.com>2018-01-08 09:27:50 +0000
committerPhil Hughes <me@iamphill.com>2018-01-08 09:27:50 +0000
commitf07727d92edab71444e28b12f4d8b6d9f8db690c (patch)
treeee3689b68341edf67a946c5675bf497f0bc736f2 /app/assets/stylesheets
parent82e2d90b519e76fe6d73f791f610da1a425e6091 (diff)
downloadgitlab-ce-f07727d92edab71444e28b12f4d8b6d9f8db690c.tar.gz
Fix slash commands dropdown description
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 6b07ffdbd61..938f5f49c09 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -192,6 +192,17 @@
overflow-y: auto;
overflow-x: hidden;
+ .name,
+ small.aliases,
+ small.params {
+ float: left;
+ }
+
+ small.aliases,
+ small.params {
+ padding: 2px 5px;
+ }
+
small.description {
float: right;
padding: 3px 5px;
@@ -209,6 +220,7 @@
}
ul > li {
+ @include clearfix;
white-space: nowrap;
}