render fix.
This commit is contained in:
parent
77f1011123
commit
1317784a43
3 changed files with 12 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ div {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plain.unkown-file {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,10 @@ div {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plain.unkown-file {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,10 @@ div {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plain.unkown-file {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue