overflow-wrap : anywhere
to stop a long- text break grid layout.
This commit is contained in:
parent
7f9d2d02f3
commit
9b2fdb8a1b
4 changed files with 6 additions and 1 deletions
2
run.sh
2
run.sh
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
python run.py -d ./data/ -nf -s styles/dark.css --no-hidden --no-underscore --unfolding -e .git
|
python run.py -d ./data/ -nf -s styles/aurora.css --no-hidden --no-underscore --unfolding -e .git
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ div {
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
|
@ -93,6 +94,7 @@ body::-webkit-scrollbar {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
padding-bottom: 3em;
|
padding-bottom: 3em;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unfolded {
|
.unfolded {
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ div {
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .x-c div,
|
/* .x-c div,
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ div {
|
||||||
|
|
||||||
.plain div {
|
.plain div {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
|
@ -93,6 +94,7 @@ body::-webkit-scrollbar {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
padding-bottom: 3em;
|
padding-bottom: 3em;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unfolded {
|
.unfolded {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue