Skip to content

Commit d0a9fb2

Browse files
committed
fix line wrapping issue in sql text and results in safari
1 parent 3a79b66 commit d0a9fb2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

themes/_base/editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ div.sql_lines {
1919
pre.sql_output {
2020
float: left;
2121
width: 90%;
22+
white-space: normal;
2223
}

themes/_base/results.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ table.results > thead > tr > th {
33
overflow: hidden;
44
padding: 5px 6px 4px;
55
text-align: left;
6+
white-space: nowrap;
67
}
78
table.results > thead > tr > th span.pk {
89
display: inline-block;
@@ -82,4 +83,4 @@ table.results .dp {
8283
top: 0;
8384
left: 0;
8485
z-index: 5000
85-
}
86+
}

0 commit comments

Comments
 (0)