We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a79b66 commit d0a9fb2Copy full SHA for d0a9fb2
2 files changed
themes/_base/editor.css
@@ -19,4 +19,5 @@ div.sql_lines {
19
pre.sql_output {
20
float: left;
21
width: 90%;
22
+ white-space: normal;
23
}
themes/_base/results.css
@@ -3,6 +3,7 @@ table.results > thead > tr > th {
3
overflow: hidden;
4
padding: 5px 6px 4px;
5
text-align: left;
6
+ white-space: nowrap;
7
8
table.results > thead > tr > th span.pk {
9
display: inline-block;
@@ -82,4 +83,4 @@ table.results .dp {
82
83
top: 0;
84
left: 0;
85
z-index: 5000
-}
86
+}
0 commit comments