Skip to content

Commit f1d83a7

Browse files
committed
2.3.5
1 parent f6d37f4 commit f1d83a7

File tree

13 files changed

+88
-351
lines changed

13 files changed

+88
-351
lines changed

assets/css/blocks-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/blocks.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/editor-style-blocks-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/editor-style-blocks.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/blocks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @copyright WebMan Design, Oliver Juhas
88
//
99
// @since 2.1.0
10-
// @version 2.3.4
10+
// @version 2.3.5
1111
//
1212

1313
$left: left;

assets/scss/blocks/_group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// and also `.wp-block-group__inner-container` is not rendered,
1313
// so we need to fix inner block alignment here (front-end only).
1414
// (These styles are from `%block_inner_container`.)
15-
> :not(
15+
&:not(.is-layout-flex) > :not(
1616
.alignfull,
1717
.alignwide,
1818
.alignwide-wrap,

assets/scss/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @copyright WebMan Design, Oliver Juhas
88
//
99
// @since 1.0.0
10-
// @version 2.3.4
10+
// @version 2.3.5
1111
//
1212

1313
$left: left;

0 commit comments

Comments
 (0)