Skip to content

Commit

Permalink
Merge pull request #1881 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.64.0.0
  • Loading branch information
kurudrive authored Dec 11, 2023
2 parents 445186d + 67d0e9f commit 7f0f7b9
Show file tree
Hide file tree
Showing 25 changed files with 1,353 additions and 1,871 deletions.
11 changes: 10 additions & 1 deletion editor-css/_editor_before_gridcolcard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
& > .block-editor-block-list__layout {
margin-top:0;
margin-bottom:0;
grid-template-rows : auto 1fr auto;
grid-template-rows : 1fr;
}
}
}
Expand All @@ -57,6 +57,15 @@
.vk_gridcolcard_item_footer{
width:100%;
}
[class*="vk_gridcolcard_item_body-valign"] {
display: grid;
}
.vk_gridcolcard_item_body-valign-bottom {
align-content: center;
}
.vk_gridcolcard_item_body-valign-bottom {
align-content: end;
}
}

.vk_gridcolcard > .block-editor-inner-blocks {
Expand Down
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

Binary file modified languages/vk-blocks-pro-ja.mo
Binary file not shown.
Loading

0 comments on commit 7f0f7b9

Please sign in to comment.