[deploy] Editor overflow fix (#8252)

* flare tag line height

* .

* fix
This commit is contained in:
ludwiczakpawel 2020-06-03 14:50:33 +02:00 committed by GitHub
parent 4e265aa749
commit 96177e354e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -161,6 +161,7 @@
flex: 1 auto;
font-size: var(--fs-l);
font-family: var(--ff-accent);
overflow: hidden;
}
}

View file

@ -72,7 +72,7 @@
<input type="file" id="image-upload-field" class="w-100 h-100 absolute left-0 right-0 top-0 bottom-0 overflow-hidden opacity-0 cursor-pointer" multiple accept="image/*" data-max-file-size-mb="25" />
</button>
</div>
<textarea class="crayons-article-form__body__field crayons-textfield crayons-textfield--ghost fs-l ff-accent" id="article_body_markdown" placeholder="Write your post content here..." name="body_markdown"><%= article.body_markdown %></textarea>
<textarea class="crayons-article-form__body__field crayons-textfield crayons-textfield--ghost" id="article_body_markdown" placeholder="Write your post content here..." name="body_markdown"><%= article.body_markdown %></textarea>
</div>
</div>
<div class="crayons-article-form__main_aside"></div>