Limit webaccess clipboard textarea min width

The clipboard textarea could potentially shrink further than what was
possible for the header text elements, which looked a bit broken. In
that regard, a min width is introduced for the textarea.
This commit is contained in:
Samuel Mannehed 2022-10-28 16:12:29 +02:00
parent 82253c1f1a
commit d3913c0dde
1 changed files with 1 additions and 0 deletions

View File

@ -572,6 +572,7 @@ html {
}
#noVNC_clipboard_text {
width: 500px;
min-width: 150px;
box-sizing: border-box;
max-width: 100%;