From 629c747a10a3e5d7b5d320c9297c5cd36f96ea5a Mon Sep 17 00:00:00 2001 From: Misode Date: Mon, 5 Oct 2020 00:33:00 +0200 Subject: [PATCH] Add min-width node entry box --- src/styles/nodes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/nodes.css b/src/styles/nodes.css index 5d4f87bb..e3c36241 100644 --- a/src/styles/nodes.css +++ b/src/styles/nodes.css @@ -284,6 +284,7 @@ button.remove { .node-entry > .object-node[data-category] { width: 100%; + min-width: max-content; padding: 5px; padding-left: 0px; margin-top: 8px;