-
Couldn't load subscription status.
- Fork 19
Open
Description
To solve overflow issues (#98) with the section headers, perform the following logical replacement. For example, in the generated output for https://eel.is/c++draft/format.string.escaped#example-1 , change:
<h1><a class="secnum" style="min-width:50pt">22</a> General utilities library <a class="abbr_ref"
href="https://eel.is/c++draft/#utilities">[utilities]</a></h1>
to
<h1 style="display: table"><a class="secnum" style="min-width:50pt; display: table-cell">22</a> <span style="display: table-cell">General utilities library</span> <a class="abbr_ref" href="https://eel.is/c++draft/#utilities" style="float: none; display: table-cell; vertical-align: bottom; text-align: right;">[utilities]</a></h1>
Where exactly this would need changing in the .rs file I don't know.
Metadata
Metadata
Assignees
Labels
No labels