Better fix for broken editor styling

This commit is contained in:
Magnus Hoff 2017-10-13 14:46:54 +02:00
parent 7aad6331c7
commit 5f93f3d744
2 changed files with 2 additions and 2 deletions

View file

@ -214,8 +214,6 @@ input:focus, textarea:focus {
}
textarea {
display: block;
border: none;
background: none;
margin: 0 auto;

View file

@ -13,9 +13,11 @@
</header>
<article>
<p>
<input autocomplete=off type=hidden name=base_revision value="{{revision}}">
<textarea autocomplete=off name=body placeholder="Article goes here">{{raw}}</textarea>
<textarea autocomplete=off class="shadow-control"></textarea>
</p>
</article>
<div class="editor-controls">