Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual CSS is not used in Editor #562

Closed
Wachert opened this issue Oct 16, 2017 · 2 comments
Closed

Individual CSS is not used in Editor #562

Wachert opened this issue Oct 16, 2017 · 2 comments

Comments

@Wachert
Copy link

Wachert commented 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

@jonathanadams
Copy link

jonathanadams commented 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>

@ssddanbrown
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants