We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f073f commit 77dd96dCopy full SHA for 77dd96d
src/components/design-library-list/util.js
@@ -314,6 +314,9 @@ export const getAdditionalStylesForPreview = () => {
314
styles += `.stk-progress-bar .stk-progress-bar__bar { width: var(--progress-percent, 0px); }`
315
styles += `.stk-progress-circle .stk-progress-circle__bar { stroke-dashoffset: var(--progress-dash-offset); }`
316
317
+ // Set styles for maps graphic
318
+ styles += `.stk-block-map { height: 100%; } .stk-block-map > img { height: 100%; width: 100%; object-fit: cover; }`
319
+
320
// Display correctly the styles for posts block.
321
// Do this only if in Free version, since we will be able to load the correct CSS for Premium.
322
if ( ! isPro ) {
0 commit comments