From a6278f35fb7b326f80b8b789fe43571ff280eed5 Mon Sep 17 00:00:00 2001 From: ap4y Date: Tue, 6 Jan 2015 00:24:53 +1300 Subject: [PATCH] Enforce word breaks in terminal output --- server/app/styles/drone.less | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/styles/drone.less b/server/app/styles/drone.less index 9c0703921..727688f19 100644 --- a/server/app/styles/drone.less +++ b/server/app/styles/drone.less @@ -1338,6 +1338,7 @@ nav { font-family:@mono; font-size:13px; white-space: pre-wrap; + word-break: break-all; overflow: hidden; line-height:18px; }