diff --git a/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue b/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue index 49c2209..9491f23 100644 --- a/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue +++ b/apps/jingrow/frontend/src/views/dev/NodeMarketplace.vue @@ -546,12 +546,21 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => { margin-bottom: 12px; } +.node-title-section { + display: flex; + align-items: center; + gap: 12px; + flex-wrap: wrap; +} + .node-title-section h3 { - margin: 0 0 8px 0; + margin: 0; font-size: 18px; font-weight: 600; color: #1f2937; line-height: 1.2; + flex: 1; + min-width: 0; } .clickable-title { @@ -573,7 +582,7 @@ watch(() => localStorage.getItem('itemsPerPage'), (newValue) => { border-radius: 8px; padding: 4px 10px; display: inline-block; - margin-top: 4px; + white-space: nowrap; } .node-description {