Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ CSS微修正 ] グループの横並び要素にスタイルが誤って適用される問題を修正 #1189

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _g3/assets/_scss/_common-theme-json.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ div[class*=wp-container-] > * + * {
// margin-block-end: 0;
// }
.wp-block-column,
.wp-block-group {
.wp-block-group:where(:not(.is-layout-flex)) { // 6.0 で追加された is-layout-flex は除外
&[class*=wp-container-] > :is( p,ul,ol,dl ) {
margin-block-start:unset;
margin-block-end:var(--vk-margin-element-bottom);
Expand Down
2 changes: 1 addition & 1 deletion _g3/assets/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style-theme-json.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

[ G3 ][ Design Bug Fix ] Fixed an issue where styles were incorrectly applied to horizontal elements in the core Group block.
[ G3 / G2 ][ Specification Change ] Add filter vk_post_taxonomies_html ( Update VK Components 1.6.1 )

v15.26.5
Expand Down
Loading