From 6010c9da041e64cf49be85dc8d257a83597e9669 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 24 Mar 2025 22:33:09 +0100 Subject: [PATCH] Update comment reference missed in previous commit Should have been part of f0a39cd357a5995673149b95951d4c1261b69571 --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index af67cf28..33f0f359 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -617,7 +617,7 @@ html { #noVNC_settings textarea, #noVNC_settings input:not([type=checkbox]):not([type=radio]) { margin-left: 6px; - /* Prevent inputs in panels from being too wide */ + /* Prevent inputs in settings from being too wide */ max-width: calc(100% - 6px - var(--input-xpadding) * 2); }