Remotely/Server/Components/Pages/ServerConfig.razor.css
2024-02-19 15:28:07 -08:00

9 lines
176 B
CSS

.list-box {
padding: 1em;
border: 2px solid gray;
height: 8em;
overflow-y: scroll;
overflow-x: hidden;
white-space: nowrap;
border-radius: 5px;
}