Update comment reference missed in previous commit
Should have been part of f0a39cd357
This commit is contained in:
parent
f0a39cd357
commit
6010c9da04
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue