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

23 lines
270 B
SCSS

.file-preview {
code {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
hyphens: none;
}
img, audio, video {
max-width: 100%;
}
#json-tree-view {
overflow: auto;
}
.actions {
margin-top: 2rem;
}
}