File size: 322 Bytes
a417977 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.log {
border: 0.0625rem solid var(--border-color);
border-radius: 0.25rem;
display: block;
font-size: inherit;
line-height: 1.42857;
margin: 0 0 1.5rem 0;
padding: 0.5625rem;
word-break: break-all;
word-wrap: break-word;
overflow: auto;
overflow-y: scroll;
min-height: 5rem;
max-height: 30rem;
} |