Update comment reference missed in previous commit

Should have been part of f0a39cd357
This commit is contained in:
Samuel Mannehed 2025-03-24 22:33:09 +01:00
parent f0a39cd357
commit 6010c9da04
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ html {
#noVNC_settings textarea, #noVNC_settings textarea,
#noVNC_settings input:not([type=checkbox]):not([type=radio]) { #noVNC_settings input:not([type=checkbox]):not([type=radio]) {
margin-left: 6px; 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); max-width: calc(100% - 6px - var(--input-xpadding) * 2);
} }