···161 color: var(--color-text);
162 /* break-spaces ensures trailing whitespace takes up space and allows cursor placement */
163 white-space-collapse: break-spaces;
00164}
165166.editor-content:focus {
···161 color: var(--color-text);
162 /* break-spaces ensures trailing whitespace takes up space and allows cursor placement */
163 white-space-collapse: break-spaces;
164+ /* Wrap long words/URLs only when they would overflow */
165+ overflow-wrap: break-word;
166}
167168.editor-content:focus {