mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 02:58:58 -06:00
9 lines
120 B
CSS
9 lines
120 B
CSS
#plugin_tree {
|
|
width: 33%;
|
|
height: 200px;
|
|
overflow-y: scroll;
|
|
}
|
|
table tbody td {
|
|
line-height: normal;
|
|
}
|