summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/wiki.scss
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-18 22:30:07 -0200
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-31 16:55:50 -0200
commit7f914ec73f9bdb3d2d4e51d48906a36186f496e3 (patch)
tree2b42feb8a1a1db60b9997ead4bbc0b369ef408dc /app/assets/stylesheets/pages/wiki.scss
parent5607bb8f0921cbfa4586bb7b92acb6666a65b4e2 (diff)
downloadgitlab-ce-7f914ec73f9bdb3d2d4e51d48906a36186f496e3.tar.gz
Add tip about specifying the full path when creating new wiki pages
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 7afadb7364d..6423c7d6302 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -1,3 +1,11 @@
+.new-wiki-page {
+ .new-wiki-page-slug-tip {
+ display: inline-block;
+ max-width: 100%;
+ margin-top: 5px;
+ }
+}
+
.title .edit-wiki-header {
width: 780px;
margin-left: auto;