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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-02 22:43:33 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-03 02:24:08 +0300
commit436ea57f56ace872f670562501ab01216f7d41a6 (patch)
tree7b26763650c28094b3a46dfdd81f09b57e9690ce /app/assets/stylesheets/pages/note_form.scss
parent3ebb815a38ba86e4133557f77b94c292c8fc2e7e (diff)
Reduce base font sizes across app
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index ff092d53845..c35d71f9e7b 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -129,7 +129,7 @@
.note-edit-form {
display: none;
- font-size: 15px;
+ font-size: 14px;
.md-area {
background-color: $white-light;