mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
9 lines
117 B
CSS
9 lines
117 B
CSS
.log {
|
|
max-height: 500px;
|
|
min-height: 500px;
|
|
border: 0;
|
|
margin: 0;
|
|
overflow: auto;
|
|
line-height: 1.4em;
|
|
}
|