23 lines
256 B
SCSS
23 lines
256 B
SCSS
.file-preview {
|
|
|
|
code {
|
|
overflow-wrap: break-word;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
hyphens: none;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#json-tree-view {
|
|
overflow: auto;
|
|
}
|
|
|
|
.actions {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
}
|