Sha256: 4a8dff84b0658de73d040ec421d4739f8c7dbaf1abe8ee6c3262c21ad8170128
Contents?: true
Size: 672 Bytes
Versions: 39
Compression:
Stored size: 672 Bytes
Contents
// 4-Colum table (Asciidoc) // ----------------------------------------------------------------------------- // .title_text [cols="2,3,2,5a", subs=+macros, options="header", role="rtable mt-3 mb-5"] |=============================================================================== |Property | Value |Default |Description |`flex-flow` |`flex-direction` `flex-wrap` |`row nowrap` |The `flex-flow` property is a *shorthand* propery for setting both the `flex-direction` and `flex-wrap` properties. .Example [source, css] ---- .flex-container { display: flex; flex-flow: row wrap; } ---- |===============================================================================
Version data entries
39 entries across 39 versions & 1 rubygems