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:
authorpburdette <pburdette@gitlab.com>2019-09-09 18:13:02 +0300
committerpburdette <pburdette@gitlab.com>2019-09-09 18:13:02 +0300
commit455038c1c8c50111ea6fab63d9bdff5626da0e63 (patch)
tree468af2ba64c23499a83e9135cd6435587d7a4a7f
parentd2fc0cd81e6f90e4e6e3e5a326429ecdde18e833 (diff)
Editor styles for heading and nav spacing
-rw-r--r--app/assets/stylesheets/pages/editor.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss
index bd6703572a2..413195498d7 100644
--- a/app/assets/stylesheets/pages/editor.scss
+++ b/app/assets/stylesheets/pages/editor.scss
@@ -33,8 +33,8 @@
.file-title {
@extend .monospace;
line-height: 35px;
- padding-top: 7px;
- padding-bottom: 7px;
+ padding-top: 2px;
+ padding-bottom: 2px;
display: flex;
align-items: center;
}
@@ -146,6 +146,7 @@
margin: 19px 0 21px;
vertical-align: top;
display: inline-block;
+ margin-bottom: 20px !important;
@media(max-width: map-get($grid-breakpoints, md)-1) {
display: block;