Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: word break in en and other languages (
#385
)
tags/0.3.4
crazywoola
2 anni fa
parent
226f28edcb
commit
c39d8f954e
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
2
web/app/styles/markdown.scss
+ 2
- 2
web/app/styles/markdown.scss
Vedi File
@@ -54,7 +54,7 @@
font-weight: 400;
line-height: 1.5;
word-wrap: break-word;
word-break: break-
all
;
word-break: break-
word
;
user-select: text;
}
@@ -1042,4 +1042,4 @@
.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
}
Write
Preview
Loading…
Annulla
Salva