openai-integration
dgtlmoon 2025-07-14 15:57:34 +02:00
rodzic 559b729475
commit 3513676bc6
2 zmienionych plików z 5 dodań i 21 usunięć

Wyświetl plik

@ -7,9 +7,11 @@
.label { .label {
display: block !important; display: block !important;
} }
// Look at this daily offering menu and only return a list of the dishes that are suitable for type 2 diabetics.
textarea { textarea {
overflow-wrap: break-word;' white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word; /* legacy support */
font-size: 13px; font-size: 13px;
} }
ul { ul {

File diff suppressed because one or more lines are too long