Better fix for broken editor styling
This commit is contained in:
parent
7aad6331c7
commit
5f93f3d744
2 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,6 @@ input:focus, textarea:focus {
|
|||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
|
||||
border: none;
|
||||
background: none;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue