the width of the text blocks in the wiki is not configurable currently. You can change the corresponding CSS rule (app/assets/stylesheets/default/main.css.erb line: 1756) but this change will disappear if you update to a newer OpenProject version.
A more sustainable solution is to create your own OpenProject Theme and adapt the CSS to your needs you can find a small howto for creating themes in this thread
Be aware that you have to run bundle exec rake assets:precompile again after changing a CSS rule or adding a new Theme if you run OpenProject in production mode.
Replies (1)
Hello Andreas,
the width of the text blocks in the wiki is not configurable currently. You can change the corresponding CSS rule (app/assets/stylesheets/default/main.css.erb line: 1756) but this change will disappear if you update to a newer OpenProject version.
A more sustainable solution is to create your own OpenProject Theme and adapt the CSS to your needs you can find a small howto for creating themes in this thread
Be aware that you have to run
bundle exec rake assets:precompile
again after changing a CSS rule or adding a new Theme if you run OpenProject in production mode.Best
Ratzi