From 8c01c7714fc1ed64a9cbdfec0020a39facb5a14a Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Tue, 7 Apr 2020 21:56:30 -0400 Subject: [PATCH] client/css: prevent word-wrapping in source edit textarea --- client/css/post-main-view.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index 9e596417..aeb99ab4 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -141,6 +141,12 @@ margin: 0 padding: 0 + .post-source + textarea + white-space: pre + overflow-wrap: normal + overflow-x: scroll + form width: auto