inspektor/app/styles/components/_file-preview.scss

13 lines
119 B
SCSS

.file-preview {
code {
word-break: break-all;
line-height: 1.5rem;
}
img {
max-width: 100%;
}
}