10 lines
153 B
CSS
10 lines
153 B
CSS
|
.rconLogsWrapper {
|
||
|
overflow-y: scroll;
|
||
|
max-height: 20rem;
|
||
|
word-wrap: break-word;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.rconActions {
|
||
|
display: inline-flex;
|
||
|
}
|