mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-27 12:48:43 +02:00
15 lines
222 B
CSS
15 lines
222 B
CSS
/*
|
|
* TODO: This may be at hostdevices.css
|
|
*/
|
|
|
|
select.select_multiple {
|
|
min-width: 500px;
|
|
width: 50%;
|
|
height: 250px;
|
|
}
|
|
|
|
.indented select.select_multiple {
|
|
min-width: calc(500px - 1em);
|
|
width: calc(50% - 1em);
|
|
}
|