Skip to content

Commit

Permalink
fix how to image height
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed Jun 22, 2024
1 parent 1e7f0a4 commit 5df68dc
Show file tree
Hide file tree
Showing 8 changed files with 134,499 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/blocks.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => 'ed0b4eb53182689ea751');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '5976fc4ce0d71acb1d58');
134,485 changes: 134,484 additions & 1 deletion dist/blocks.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks.style.build.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/priority.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
<?php return array('dependencies' => array(), 'version' => 'bf4427955793c56378a0');
9 changes: 9 additions & 0 deletions dist/priority.build.js

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

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ That's it. You're done!

* FIX: Aspect Ratio not working on uploaded video in advanced video block.
* FIX: Content Toggle not working properly.
* FIX: Howto step image height showing incorrectly.

= 3.1.9 =

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/how-to/style.css

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

1 change: 1 addition & 0 deletions src/blocks/how-to/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ub_howto-step-image,
.ub_howto-yield-image {
width: 100%;
height: auto;
}

.ub_howto-supplies-list,
Expand Down

0 comments on commit 5df68dc

Please sign in to comment.