feat: display query results as tables

This commit is contained in:
Tienson Qin
2021-07-14 21:58:49 +08:00
parent 46685ba4da
commit 29ae8cef1f
4 changed files with 94 additions and 51 deletions

View File

@@ -1147,3 +1147,7 @@ html[data-theme='dark'] .keyboard-shortcut > code {
.overflow-y-scroll {
overflow-y: scroll;
}
.whitespace-no-wrap {
white-space: nowrap;
}