Widen selection box.

This commit is contained in:
Michael Lipp 2024-06-03 23:12:22 +02:00
parent a4bd129252
commit fefd2737f3

View file

@ -43,3 +43,8 @@
white-space: nowrap;
}
.jdrupes-vmoperator-vmviewer-edit {
select {
width: 15em;
}
}