overflow-wrap : anywhere

to stop a long- text break grid layout.
This commit is contained in:
Dooho Yi 2021-01-31 01:44:55 +09:00
parent 7f9d2d02f3
commit 9b2fdb8a1b
4 changed files with 6 additions and 1 deletions

2
run.sh
View file

@ -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

View file

@ -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 {

View file

@ -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,

View file

@ -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 {