feat: reactive line wrap on codemirror

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
liyasthomas
2021-09-09 20:50:04 +05:30
parent 02cf620090
commit c6c08f6c60
7 changed files with 95 additions and 37 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></svg>

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -475,7 +475,7 @@ input[type="checkbox"] {
}
.CodeMirror-scroll {
@apply min-h-32;
@apply min-h-64;
}
@media (max-width: 767px) {