diff --git a/themes/_base/editor.css b/themes/_base/editor.css index ada04e2..9dae8a5 100644 --- a/themes/_base/editor.css +++ b/themes/_base/editor.css @@ -19,4 +19,5 @@ div.sql_lines { pre.sql_output { float: left; width: 90%; + white-space: normal; } diff --git a/themes/_base/results.css b/themes/_base/results.css index 483496e..b3017b2 100644 --- a/themes/_base/results.css +++ b/themes/_base/results.css @@ -3,6 +3,7 @@ table.results > thead > tr > th { overflow: hidden; padding: 5px 6px 4px; text-align: left; + white-space: nowrap; } table.results > thead > tr > th span.pk { display: inline-block; @@ -82,4 +83,4 @@ table.results .dp { top: 0; left: 0; z-index: 5000 -} \ No newline at end of file +}