Skip to content

Commit

Permalink
Merge pull request #1945 from vektor-inc/fix/vk-flow-css_margin-start
Browse files Browse the repository at this point in the history
【確認中】fix:margin-block-startがつくので打ち消し
  • Loading branch information
sysbird authored Mar 28, 2024
2 parents aa79850 + b9cfc39 commit 8d73376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ e.g.

== Changelog ==

[ Design Bug Fix ]Fixed margin-block-start being attached to flow block

= 1.70.0 =
[ Specification Change ] core/social-link, core/site-logo, core/site-title and core/site-tagline correspond to margin-extension
[ Add function ][ Breadcrumb ] Add the ability to input breadcrumb separators.
Expand Down
1 change: 1 addition & 0 deletions src/blocks/flow/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $xl-min: 1200px;
$xxl-min: 1200px;

.vk_flow{ // 編集画面でcssの指定が軽くて負けるので、優先させるため記述
margin-block-start:0; //global-styles-inline-cssのmargin-block-startがつくので打ち消し
margin-bottom: 0;
.vk_flow_frame {
display: flex;
Expand Down

0 comments on commit 8d73376

Please sign in to comment.