From a01b56def2102cc50d1d7653cd8cfdd5d74845c7 Mon Sep 17 00:00:00 2001 From: ctravail Date: Fri, 30 Jun 2017 13:40:19 -0500 Subject: [PATCH 1/2] webui style update Noticed in the web console running the query from getting started tutorial Bitmap(frame="stargazer", stargazer_id=14) would overflow the resulting text. --- webui/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/assets/style.css b/webui/assets/style.css index 3567a2a03..c767d5bd4 100644 --- a/webui/assets/style.css +++ b/webui/assets/style.css @@ -231,6 +231,7 @@ em{ .result-output{ background-color: #edf9f7; border-left: solid 4px #1db598; + word-wrap: break-word; } .result-error{ From 7a02ecdcffa5c14d0df7f645ea28ef5dff92f6ff Mon Sep 17 00:00:00 2001 From: ctravail Date: Tue, 4 Jul 2017 13:34:45 -0500 Subject: [PATCH 2/2] Update webui styling to break on resulting output updated the stylesheet for words to break on all result- classes Updated verbiage to overflow-wrap instead of word-wrap --- webui/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/assets/style.css b/webui/assets/style.css index c767d5bd4..2cf65d086 100644 --- a/webui/assets/style.css +++ b/webui/assets/style.css @@ -224,6 +224,7 @@ em{ padding: 15px; margin-bottom: 15px; word-break: break-all; + overflow-wrap: break-word; overflow:hidden; } @@ -231,7 +232,6 @@ em{ .result-output{ background-color: #edf9f7; border-left: solid 4px #1db598; - word-wrap: break-word; } .result-error{