Skip to content

Commit

Permalink
[#105] Fixed weird issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Jun 13, 2024
1 parent 80bfbfb commit 327c0ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'f8cd9c985e587f95bc26');
<?php return array('dependencies' => array(), 'version' => '3a17c5c5db4ea9010920');
2 changes: 1 addition & 1 deletion wp-content/plugins/acf-blocks-toolkit/build/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions wp-content/plugins/acf-blocks-toolkit/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

span[class$="__link-icon"] {
line-height: 0;
}

svg {
color: currentColor;
fill: currentColor;
height: 0.7em;
width: 1em;
}
svg {
color: currentColor;
fill: currentColor;
height: 0.7em;
width: 1em;
}
}
}

0 comments on commit 327c0ec

Please sign in to comment.