Bug: Export Menu Misaligned #871

Closed
opened 2026-02-04 22:38:51 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @aljawaid on GitHub (Oct 20, 2018).

Describe the bug
The export menu is misligned (html pdf text) as shown below:

bookstack-export-menu-align

Steps To Reproduce
Steps to reproduce the behavior:

  1. Click Export in any page

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): 24.0.0
  • PHP Version: 7.0.32
  • Hosting Method (Nginx/Apache/Docker): Apache
Originally created by @aljawaid on GitHub (Oct 20, 2018). **Describe the bug** The export menu is misligned (`html` `pdf` `text`) as shown below: ![bookstack-export-menu-align](https://user-images.githubusercontent.com/10233708/47255035-438d0900-d462-11e8-9d1f-58bc24fed509.gif) **Steps To Reproduce** Steps to reproduce the behavior: 1. Click Export in any page **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): 24.0.0 - PHP Version: 7.0.32 - Hosting Method (Nginx/Apache/Docker): Apache
Author
Owner

@ssddanbrown commented on GitHub (Oct 20, 2018):

Thanks for reporting @aljawaid.

I can't see this issue on my own local development instance.
Are you using any custom CSS in your instance? Prehaps in the custom HTML head content setting?

@ssddanbrown commented on GitHub (Oct 20, 2018): Thanks for reporting @aljawaid. I can't see this issue on my own local development instance. Are you using any custom CSS in your instance? Prehaps in the custom HTML head content setting?
Author
Owner

@aljawaid commented on GitHub (Oct 21, 2018):

<style>
body {color:#000;}
code {background-color: #292b2c; border-radius: .2rem; padding: .2rem .4rem; font-size: 90%; color: #fff;}
a[href^="tel:"]:before {
    content: "\260E";
    /*display: block;*/
    margin-right: 0.5em;
}
</style>

is in the Custom HTML head content that's it.

@aljawaid commented on GitHub (Oct 21, 2018): ``` <style> body {color:#000;} code {background-color: #292b2c; border-radius: .2rem; padding: .2rem .4rem; font-size: 90%; color: #fff;} a[href^="tel:"]:before { content: "\260E"; /*display: block;*/ margin-right: 0.5em; } </style> ``` is in the **Custom HTML head content** that's it.
Author
Owner

@aljawaid commented on GitHub (Nov 29, 2018):

Using Firefox if it helps

@aljawaid commented on GitHub (Nov 29, 2018): _Using Firefox if it helps_
Author
Owner

@ssddanbrown commented on GitHub (Nov 29, 2018):

@aljawaid Thanks, Do you see the same on the BookStack demo site?

@ssddanbrown commented on GitHub (Nov 29, 2018): @aljawaid Thanks, Do you see the same on the [BookStack demo site](https://demo.bookstackapp.com/login?email=admin@example.com&password=password)?
Author
Owner

@ssddanbrown commented on GitHub (May 18, 2019):

Since the last comment on this issue is relatively old, and since the design of BookStack has changed a fair bit since the last comment, I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.

@ssddanbrown commented on GitHub (May 18, 2019): Since the last comment on this issue is relatively old, and since the design of BookStack has changed a fair bit since the last comment, I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#871