From 2061e8e8e3e456d52b7f4049899e094be96aafe8 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 6 Sep 2016 11:16:04 +0200 Subject: [PATCH] Fixed word-wrap in codemirror's line numbers --- wcfsetup/install/files/acp/style/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index c56b8e779a..b22129013e 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -306,6 +306,10 @@ $wcfAcpMenuWidth: 150px; } } +.CodeMirror { + word-wrap: normal; +} + #styleLogo, #styleLogoMobile { background-color: #fff; -- 2.20.1