mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Fix alignment of demo boxes in Edge browser.
This commit is contained in:
parent
1e23d035ce
commit
ae844f2121
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="flex-fill flex-columns inset-side">
|
||||
<textarea id="markdown" class="flex-fill outlined" autofocus="autofocus" spellcheck="true"></textarea>
|
||||
<textarea id="markdown" class="flex-fill outlined overflow-auto-scroll" autofocus="autofocus" spellcheck="true"></textarea>
|
||||
<div id="markup" class="flex-fill outlined overflow-auto-scroll"></div>
|
||||
</div>
|
||||
<div class="flex-fill flex-columns inset-side">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue