Export as Paginated Clips Left Edge, Margins Overlap Text
In Marked 2, when I try to export as a paginated PDF the margins are overlapping the left edge of the numbers. I have tried to adjust the margins, to no avail. Help!
-
Patro85_2019-May-15.jpg 59.5 KB
-
Patro85_2019-May-16.jpg 18.8 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 16 May, 2019 07:29 PM
Default Swiss Style? Does this issue occur with any other styles, or is
it just a bug in that particular CSS?
-Brett
2 Posted by patro85 on 16 May, 2019 07:53 PM
It happens with:
Swiss
GitHub
Amblin
And with most of my "styleStealer" CSS.
If you would like to test, here is my sample that I am typing in BBEdit:
This is a heading
=================
1. Data
2. Data
3. Data
4. Data
5. Data
1. Data
2. Data
3. Data
4. Data
5. Data
1. Data
2. Data
3. Data
4. Data
5. Data
1. Data
2. Data
3. Data
4. Data
5. Data
1. Data
2. Data
3. Data
4. Data
5. Data
Support Staff 3 Posted by Brett on 16 May, 2019 08:32 PM
I don't know what happened here, but I can confirm the issue. I can't
find a common cause, so I may have to edit all of the built in styles
individually. Something must be resetting the left margin, though...
I'll need some time to look into this. In the meantime, you can use the
Preferences->Style->Additional CSS option to put in a global override.
The following should work with everything, but will probably be overkill
on some themes.
#wrapper ol, #wrapper ul {
padding-left: 3rem!important;
}
You can target specific themes if you want to by putting a class with
the theme before #wrapper...
.swiss #wrapper ol, .swiss #wrapper ul {
padding-left: 3rem!important;
}
Sorry I don't have a more helpful answer right away. I'll get it fixed,
though.
-Brett
4 Posted by patro85 on 16 May, 2019 08:52 PM
Thanks for all you do! What a great app and great customer service!