Remotely/Server/Pages/ServerConfig.razor.css

9 lines
174 B
CSS

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