From 8e5bf46e142da8382e6261d6cbd598c57b48217c Mon Sep 17 00:00:00 2001 From: rubyrubyp <142035261+rubyrubyp@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:36:57 +0100 Subject: [PATCH] Fix spelling in font definition (#2189) --- js/custom-nodes-manager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom-nodes-manager.css b/js/custom-nodes-manager.css index 00e1e4c1..1a918e5b 100644 --- a/js/custom-nodes-manager.css +++ b/js/custom-nodes-manager.css @@ -1,5 +1,5 @@ .cn-manager { - --grid-font: -apple-system, BlinkMacSystemFont, "Segue UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + --grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; z-index: 1099; width: 80%; height: 80%;