More actions
m Rewrite. Remove the bottom border. Remove the self-linking. Remove the white-space: pre-wrap. Change span with display: inline-block to div. |
Change to flex container. Use relative unit for width. |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div id="{{{1}}}" style=" | <div id="{{{1}}}" style="display: flex;"> | ||
<div style=" | <div style="width: 7.5em; padding: 2px; color: coral;">{{{1}}}</div> | ||
<div style=" | <div style="padding: 2px;">{{{2}}}</div> | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||