Difference between revisions of "Template:Flexbox - Basis"
IVSWikiBlue (talk | contribs) (Created page with "<div style="display: flex; flex-wrap: wrap; gap: 20px;"> <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;"> {{{left|}}} </div>...") |
IVSWikiBlue (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="display: flex; flex-wrap: wrap; gap: | + | <div style="display: flex; flex-wrap: wrap; gap: {{{gap|0px}}};"> |
<div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;"> | <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;"> | ||
{{{left|}}} | {{{left|}}} |