From 8099b08dfb2f140d527df684044da3274106e787 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 8 Mar 2024 14:51:35 +0000 Subject: Add min/max x/y inputs to PlotNode --- src/node.module.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/node.module.css') diff --git a/src/node.module.css b/src/node.module.css index bfd5fb1..76ef2df 100644 --- a/src/node.module.css +++ b/src/node.module.css @@ -7,6 +7,7 @@ .node { background-color: var(--surface); min-width: 180px; + width: fit-content; font-size: 0.9rem; margin: 4px; padding-bottom: 8px; @@ -33,6 +34,7 @@ font-size: 1em; text-align: right; width: 100%; + max-width: 200px; margin-right: 12px; padding-top: 3px; padding-bottom: 2px; @@ -98,6 +100,7 @@ position: relative; left: 8px; width: 0; + white-space: nowrap; padding-bottom: 2px; } } -- cgit v1.2.3