Skip to content

Commit d4b5715

Browse files
author
Kevin Allioli
committed
revert(mobile): remove soft wrap in editor
1 parent 58ea6f5 commit d4b5715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,8 @@ kbd {
11961196
.card-editor { flex: none; }
11971197
.editor-body { flex: none; height: auto; overflow: visible; }
11981198
.editor-code-wrap { overflow: visible; }
1199-
textarea { min-height: 220px; height: auto; overflow: hidden; resize: none; white-space: pre-wrap; overflow-wrap: break-word; }
1200-
.editor-highlight { white-space: pre-wrap; overflow-wrap: break-word; padding: 10px 12px; }
1199+
textarea { min-height: 220px; height: auto; overflow: hidden; resize: none; }
1200+
.editor-highlight { padding: 10px 12px; }
12011201
.editor-gutter { padding: 10px 8px 10px 10px; min-width: 34px; font-size: 0.8rem; }
12021202
textarea { padding: 10px 12px; font-size: 0.82rem; }
12031203
.editor-topbar { padding: 7px 10px; }

0 commit comments

Comments
 (0)