diff --git a/apps/desktop/src/components/layout/SqlLibraryPanel.vue b/apps/desktop/src/components/layout/SqlLibraryPanel.vue index 3055dd35b..826a932c7 100644 --- a/apps/desktop/src/components/layout/SqlLibraryPanel.vue +++ b/apps/desktop/src/components/layout/SqlLibraryPanel.vue @@ -588,7 +588,7 @@ function createDragGhost(sourceEl: HTMLElement, x: number, y: number) { max-width: 220px; height: 24px; padding: 0 8px; - font-size: 12px; + font-size: 13px; line-height: 24px; white-space: nowrap; overflow: hidden; @@ -748,7 +748,7 @@ function showDropInside(targetId: string) { {{ row.file.name }} - [{{ getConnectionLabel(row.file.connectionId) }}] + [{{ getConnectionLabel(row.file.connectionId) }}] @@ -866,7 +866,7 @@ function showDropInside(targetId: string) {
{{ file.name }} - [{{ getConnectionLabel(file.connectionId) }}] + [{{ getConnectionLabel(file.connectionId) }}]
-

{{ t("sqlLibrary.empty") }}

+

{{ t("sqlLibrary.empty") }}