Remotely/Server/Pages/ServerConfig.razor.css
2021-07-29 07:57:31 -07:00

8 lines
154 B
CSS

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