mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 06:10:55 +08:00
feat(sql_console): preserve whitespace in columns
This commit is contained in:
parent
8b0ddf6f9d
commit
bbf6ae6aab
1 changed files with 6 additions and 2 deletions
|
|
@ -7,12 +7,16 @@ const TPL = `
|
|||
.sql-result-widget {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.sql-console-result-container td {
|
||||
white-space: preserve;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<div class="sql-query-no-rows alert alert-info" style="display: none;">
|
||||
${t("sql_result.no_rows")}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="sql-console-result-container"></div>
|
||||
</div>`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue