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 9598d50 commit 669a0efCopy full SHA for 669a0ef
src/components/block-styles-control/editor.scss
@@ -84,7 +84,7 @@
84
85
.ugb-block-styles-controls__popover {
86
.components-popover__content {
87
- width: 350px !important;
+ width: 370px !important;
88
}
89
.components-button {
90
width: 100%;
src/components/block-styles-control/index.js
@@ -348,7 +348,7 @@ const SaveUpdateButtons = props => {
348
onClick={ () => onAddBlockStyle() }
349
size="small"
350
>
351
- { __( 'Save as New Style', i18n ) }
+ { __( 'Save New Block Style', i18n ) }
352
{ ! isPro && <span className="stk-pulsating-circle" role="presentation" /> }
353
</Button>
354
</FlexItem>
0 commit comments