Individual CSS is not used in Editor #477

Closed
opened 2026-02-04 20:22:28 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Wachert on GitHub (Oct 16, 2017).

For Bug Reports

  • BookStack Version (Found in settings, Please don't put 'latest'): 0.17.1
Expected Behavior

Individual CSS from the Settings Page should also be used in Page Editor

Current Behavior

It is not used in the Editor.

Steps to Reproduce

Change color of callouts as example, edit a page with a callout => standard css, save the page and view it -> your changed css from the settings is used

Originally created by @Wachert on GitHub (Oct 16, 2017). ### For Bug Reports * BookStack Version *(Found in settings, Please don't put 'latest')*: 0.17.1 ##### Expected Behavior Individual CSS from the Settings Page should also be used in Page Editor ##### Current Behavior It is not used in the Editor. ##### Steps to Reproduce Change color of callouts as example, edit a page with a callout => standard css, save the page and view it -> your changed css from the settings is used
OVERLORD added the 🛠️ Enhancement label 2026-02-04 20:22:28 +03:00
Author
Owner

@jonathanadams commented on GitHub (Dec 8, 2017):

I am also struggling to do something similar to this like adjust the width of the content.

For example on a page in non-edit mode the following CSS works but no matter what I try I cannot do something similar when in edit mode.

<style>
.page-content {
max-width: 100%;
margin: 40px 40px 40px 40px;
}

.container.small {
    max-width: 100%;
    margin-left: 40px;
}
</style>
@jonathanadams commented on GitHub (Dec 8, 2017): I am also struggling to do something similar to this like adjust the width of the content. For example on a page in non-edit mode the following CSS works but no matter what I try I cannot do something similar when in edit mode. ```css <style> .page-content { max-width: 100%; margin: 40px 40px 40px 40px; } .container.small { max-width: 100%; margin-left: 40px; } </style> ```
Author
Owner

@ssddanbrown commented on GitHub (Dec 8, 2017):

Thanks for making this request. This addition is now in the master branch ready for the next release.

@ssddanbrown commented on GitHub (Dec 8, 2017): Thanks for making this request. This addition is now in the `master` branch ready for the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#477