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 disabled the rule max-width: min(var(--text-editor-max-width), calc(100vw - 16px)); in the browser debug tools to get the whole width of my screen for editing the text file.
Steps to reproduce
Create a text file, e.g. foo.md
Open this file.
The width for editing is extremely small!
Expected behavior
The width is not set to a maximum for the editor. The whole screen shall be used for editing a text file.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
Other
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Bug description
The editor of text files shows a too small width. E.g., if you create a table, the small width is annoying.
This is caused by a CSS rule, defined in
webpack://./src/components/Editor/ContentContainer.vue
:I disabled the rule
max-width: min(var(--text-editor-max-width), calc(100vw - 16px));
in the browser debug tools to get the whole width of my screen for editing the text file.Steps to reproduce
foo.md
Expected behavior
The width is not set to a maximum for the editor. The whole screen shall be used for editing a text file.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
Other
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: