6,366
editsAd placeholder
Template:IconText: Difference between revisions
Jump to navigation
Jump to search
Prevent icontext from wrapping
(Remove flexbox (it causes text alignment issues downstream)) |
(Prevent icontext from wrapping) Tag: Reverted |
||
Line 7: | Line 7: | ||
{{#lvardef: max-h | {{#if: {{{h|}}} | {{{h}}} | {{#if: {{{size|}}} | {{{size}}} | 40 }} }} }} | {{#lvardef: max-h | {{#if: {{{h|}}} | {{{h}}} | {{#if: {{{size|}}} | {{{size}}} | 40 }} }} }} | ||
}}{{#if: {{{block|}}} | }}{{#if: {{{block|}}} | ||
| <span style="{{#if: {{{gap|}}} | gap: {{{gap}}}px; }}"> | | <span class="bg3wiki-icontext" style="{{#if: {{{gap|}}} | gap: {{{gap}}}px; }} white-space: nowrap;"> | ||
}}<span style=" | }}<span style=" | ||
display: inline-flex; | display: inline-flex; |