style: separate editor panels with dashed line
This commit is contained in:
parent
5d7c2c3b50
commit
8d47060c08
@ -30,7 +30,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="d-flex flex-row flex-fill">
|
<div class="d-flex flex-row flex-fill">
|
||||||
<div class="flex-fill mb-0 highlighting-container" style="border-right: 2px dotted #FFFFFF;">
|
<div class="flex-fill mb-0 highlighting-container" style="border-right: 2px dashed #FFFFFF;">
|
||||||
<textarea id="content" spellcheck="false">@post.Body</textarea>
|
<textarea id="content" spellcheck="false">@post.Body</textarea>
|
||||||
<pre id="highlighting" aria-hidden="true"><code id="highlighting-content" class="language-markdown">@post.Body</code></pre>
|
<pre id="highlighting" aria-hidden="true"><code id="highlighting-content" class="language-markdown">@post.Body</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user