mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 23:50:21 -06:00
12 lines
145 B
CSS
12 lines
145 B
CSS
select.a {
|
|
min-width: 220px;
|
|
}
|
|
input.a {
|
|
width: 220px;
|
|
}
|
|
span.a {
|
|
display: inline-block;
|
|
width: 220px;
|
|
font-style: italic;
|
|
}
|