Compare commits
3 commits
04d293be1a
...
2230b88aa2
Author | SHA1 | Date | |
---|---|---|---|
2230b88aa2 | |||
dede5d0f90 | |||
3526f6d6ed |
3 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
uuid: 0efe4cf0-2aff-4c18-a3ef-0f7fd8879cbb
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
id: config_sync.module.block_class
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: block_class
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: block_class.settings
|
||||
data:
|
||||
block_classes_stored: { }
|
||||
default_case: standard
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
enable_id_replacement: true
|
||||
enable_special_chars: false
|
||||
field_type: multiple_textfields
|
||||
filter_html_clean_css_identifier: ''
|
||||
items_per_page: 50
|
||||
qty_attributes_per_block: 10
|
||||
qty_classes_per_block: 10
|
||||
maxlength_attributes: 255
|
||||
maxlength_block_class_field: 255
|
||||
maxlength_id: 255
|
||||
weight_attributes: 0
|
||||
weight_class: 0
|
||||
weight_id: 0
|
||||
_core:
|
||||
default_config_hash: XEpuHrBp3DELKxVx0tmwE6CS7NSIKXu4F6QhT_vwqd0
|
|
@ -7118,6 +7118,9 @@ label.panel-block {
|
|||
overflow: visible;
|
||||
z-index: 10; }
|
||||
|
||||
.page-title .container {
|
||||
overflow-x: hidden; }
|
||||
|
||||
/* On content listing pages (e.g. card view mode). */
|
||||
.background-replacement-for-no-image {
|
||||
height: 10rem; }
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Prevent a slight horizontal scroll.
|
||||
.page-title .container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* On content listing pages (e.g. card view mode). */
|
||||
.background-replacement-for-no-image {
|
||||
height: 10rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue