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 {
|
textarea {
|
||||||
display: block;
|
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
@ -13,9 +13,11 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
<p>
|
||||||
<input autocomplete=off type=hidden name=base_revision value="{{revision}}">
|
<input autocomplete=off type=hidden name=base_revision value="{{revision}}">
|
||||||
<textarea autocomplete=off name=body placeholder="Article goes here">{{raw}}</textarea>
|
<textarea autocomplete=off name=body placeholder="Article goes here">{{raw}}</textarea>
|
||||||
<textarea autocomplete=off class="shadow-control"></textarea>
|
<textarea autocomplete=off class="shadow-control"></textarea>
|
||||||
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<div class="editor-controls">
|
<div class="editor-controls">
|
||||||
|
|
Loading…
Reference in a new issue