You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented the library in my project. Faced with the problem that at Firefox browser line not breaking at very long words, only at sentences. Chrome, Opera and Safari doing just fine.
Steps to reproduce:
Go to Firefox browser.
Click on EditorJs text field.
try to write very long word.
Expected behavior: Word breaking at the end of text field
Actual behavior: Text not breaking, check screenshots for more info. First screenshot - bug in Firefox. Second screenshot - how it should work (and working in Chrome, Safari, Opera)
Screenshots:
Device, Browser, OS: PC, Firefox, 138.0.1, Windows 11.
Editor.js version: 2.30.8
Plugins you use with their versions:
Editorjs/paragraph version: 2.11.7
I fixed it in my project by adding this in my CSS file
.cdx-block {
overflow-wrap: break-word;
}
So maybe it will be useful for you.
The text was updated successfully, but these errors were encountered:
I've implemented the library in my project. Faced with the problem that at Firefox browser line not breaking at very long words, only at sentences. Chrome, Opera and Safari doing just fine.
Steps to reproduce:
Expected behavior: Word breaking at the end of text field
Actual behavior: Text not breaking, check screenshots for more info. First screenshot - bug in Firefox. Second screenshot - how it should work (and working in Chrome, Safari, Opera)
Screenshots:
Device, Browser, OS: PC, Firefox, 138.0.1, Windows 11.
Editor.js version: 2.30.8
Plugins you use with their versions:
Editorjs/paragraph version: 2.11.7
I fixed it in my project by adding this in my CSS file
So maybe it will be useful for you.
The text was updated successfully, but these errors were encountered: