-
{data.label}
-
- {headerMeta &&
{headerMeta}}
+
+ {data.label}
+ {headerMeta &&
{headerMeta}}
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index 9e218ad..3121631 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -419,6 +419,18 @@ html, body, #root {
.node-title-main {
min-width: 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.node-title-left {
+ display: flex;
+ align-items: center;
+ gap: 4px;
+ min-width: 0;
+ overflow: hidden;
+ flex-shrink: 1;
}
.node-title-meta {
@@ -435,12 +447,6 @@ html, body, #root {
text-overflow: ellipsis;
}
-.node-title-right {
- display: flex;
- align-items: center;
- gap: 5px;
- flex-shrink: 0;
-}
.node-help-btn {
width: 15px;
diff --git a/frontend/vite.config.js b/frontend/vite.config.js
index 1fa9257..0bd43f4 100644
--- a/frontend/vite.config.js
+++ b/frontend/vite.config.js
@@ -12,6 +12,7 @@ export default defineConfig({
port: 5173,
proxy: {
'/nodes': 'http://127.0.0.1:8188',
+ '/docs': 'http://127.0.0.1:8188',
'/files': 'http://127.0.0.1:8188',
'/folder-files': 'http://127.0.0.1:8188',
'/channels': 'http://127.0.0.1:8188',