Difference between revisions of "Template:Flex-wrap"

From blackwiki
Jump to navigation Jump to search
imported>IagoQnsi
(Created page with '<includeonly>-webkit-flex-wrap: {{{1|nowrap}}}; flex-wrap: {{{1|nowrap}}};</includeonly><noinclude> {{documentation|content= This template sets up the parameters...')
 
imported>IagoQnsi
(more useful default (unlikely you'd use this template if you wanted the default behavior))
Line 1: Line 1:
<includeonly>-webkit-flex-wrap: {{{1|nowrap}}}; flex-wrap: {{{1|nowrap}}};</includeonly><noinclude>
+
<includeonly>-webkit-flex-wrap: {{{1|wrap}}}; flex-wrap: {{{1|wrap}}};</includeonly><noinclude>
 
{{documentation|content=
 
{{documentation|content=
This template sets up the parameters for the <code>flex-wrap</code> CSS property. Default is <code>nowrap</code>.
+
This template sets up the parameters for the <code>flex-wrap</code> CSS property. Default is <code>wrap</code>.
  
 
=== Compatibility ===
 
=== Compatibility ===

Revision as of 05:00, 19 June 2020

Template documentation

This template sets up the parameters for the flex-wrap CSS property. Default is wrap.

Compatibility

  • See flex-wrap on the Mozilla Developer Network for all browser compatibility details.

See also