Inject css to ensure that paragraphs stack vertically
This commit is contained in:
parent
350d75ed69
commit
9e68d352e0
1 changed files with 22 additions and 0 deletions
22
config/asset_injector.css.paragraphs_container.yml
Normal file
22
config/asset_injector.css.paragraphs_container.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: a5d284b3-89c3-4293-a27e-15bdcd054adb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_visibility_groups
|
||||||
|
id: paragraphs_container
|
||||||
|
label: 'Paragraphs container'
|
||||||
|
code: |-
|
||||||
|
div:has(> div > .paragraph) {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
media: all
|
||||||
|
preprocess: true
|
||||||
|
conditions:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
contexts: { }
|
||||||
|
conditions_require_all: true
|
Loading…
Reference in a new issue