13 lines
119 B
SCSS
13 lines
119 B
SCSS
.file-preview {
|
|
|
|
code {
|
|
word-break: break-all;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
}
|