jvcgpt / src /components /settings /style.module.scss
Greums's picture
major improvements to the app
a417977
raw
history blame
322 Bytes
.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;
}