Skip to content

Commit e25e518

Browse files
committed
Default Inner Container to display: contents
1 parent 3562b71 commit e25e518

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

build/style.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '7f5c78fb12e84b3bcb5c');
1+
<?php return array('dependencies' => array(), 'version' => 'f33908424c7c1b7af476');

build/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323
}
2424

25+
.acf-block-inner__container {
26+
display: contents;
27+
}
28+
2529
/* Desktop (1024px and up) */
2630
@media screen {
2731
[data-visibility-desktop="hide"] {

0 commit comments

Comments
 (0)