Skip to content
Snippets Groups Projects
Commit a2d53138 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[indentwrap demo] Fix inherited text-indent messing up tabs

Issue #2085
parent 74910aeb
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
<script src="../mode/xml/xml.js"></script>
<style type="text/css">
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
.CodeMirror pre > * { text-indent: 0px; }
</style>
<div id=nav>
<a href="http://codemirror.net"><img id=logo src="../doc/logo.png"></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment