Skip to content

Commit 669a0ef

Browse files
fix (block style): minor UI tweaks
1 parent 9598d50 commit 669a0ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/block-styles-control/editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
.ugb-block-styles-controls__popover {
8686
.components-popover__content {
87-
width: 350px !important;
87+
width: 370px !important;
8888
}
8989
.components-button {
9090
width: 100%;

src/components/block-styles-control/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ const SaveUpdateButtons = props => {
348348
onClick={ () => onAddBlockStyle() }
349349
size="small"
350350
>
351-
{ __( 'Save as New Style', i18n ) }
351+
{ __( 'Save New Block Style', i18n ) }
352352
{ ! isPro && <span className="stk-pulsating-circle" role="presentation" /> }
353353
</Button>
354354
</FlexItem>

0 commit comments

Comments
 (0)