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

Version Path
j1-template-2021.1.29 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.28 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.27 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.26 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.25 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.24 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.23 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.22 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.21 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.20 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.19 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.18 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.17 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.16 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.14 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.13 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.12 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.11 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.10 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc
j1-template-2021.1.9 lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc