summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-08-14 16:09:49 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-08-14 16:09:49 +0000
commit25f8e99a21ae1357403d1c2b96037b3cc80f254a (patch)
tree00e94777bdc3eec1baeffc76da6ebffba639da16 /app/assets/stylesheets
parent8fc2fbb6f2192fb77e2efedf40002ba0a009748e (diff)
parent0290d9796fa18b33b3efb2cde23dc1384ad9fe53 (diff)
downloadgitlab-ce-25f8e99a21ae1357403d1c2b96037b3cc80f254a.tar.gz
Merge branch '59829-fix-style-lint-wiki' into 'master'
Fix the style-lint errors and warnings for wiki.scss Closes #59829 See merge request gitlab-org/gitlab-ce!31656
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 60400f10ca5..379df1c4db1 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -1,19 +1,3 @@
-.new-wiki-page {
- .new-wiki-page-slug-tip {
- display: inline-block;
- max-width: 100%;
- margin-top: 5px;
- }
-}
-
-.wiki-form {
- .edit-wiki-page-slug-tip {
- display: inline-block;
- max-width: 100%;
- margin-top: 5px;
- }
-}
-
.title .edit-wiki-header {
width: 780px;
margin-left: auto;
@@ -22,7 +6,6 @@
}
.wiki-page-header {
- @extend .top-area;
position: relative;
.wiki-breadcrumb {