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:
parent
82253c1f1a
commit
d3913c0dde
|
@ -572,6 +572,7 @@ html {
|
|||
}
|
||||
#noVNC_clipboard_text {
|
||||
width: 500px;
|
||||
min-width: 150px;
|
||||
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue