by doloremipsum on Mon Jan 06, 2020 1:09 pm
That one's pretty tricky, unfortunately. The autonumbers have a fixed width - they're kind of just objects that Flare is inserting beside your text much like custom list bullets. The best thing to do is to give them a width and position that is unlikely to cause overlap and just accept that it is fixed.
For example, my autonumbering looks like this:
h1.numberedheading
{
padding-left: 15mm;
mc-auto-number-format: 'GH:{n+}. ';
mc-auto-number-position: outside-head;
mc-auto-number-offset: 15mm;
}
(The padding on the h1 stops the paragraph itself from clipping back into the autonumber, I believe.)
neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit - sed saepe cum dolor apud multos callidos mutuetur, reduci potest.