Skip to content

Commit

Permalink
fix line wrapping issue in sql text and results in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Samnan committed Feb 14, 2019
1 parent 3a79b66 commit d0a9fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions themes/_base/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ div.sql_lines {
pre.sql_output {
float: left;
width: 90%;
white-space: normal;
}
3 changes: 2 additions & 1 deletion themes/_base/results.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -82,4 +83,4 @@ table.results .dp {
top: 0;
left: 0;
z-index: 5000
}
}

0 comments on commit d0a9fb2

Please sign in to comment.