Skip to content

Commit

Permalink
update styling panel name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Jun 18, 2023
1 parent 8bb812f commit 757d0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ Themes are rendered inside the editor as you type or make changes, so the code b
- Feature: Add Fantasque Sans Mono (https://github.com/belluzj/fantasque-sans)
- Feature: Add Comic Mono font (https://github.com/dtinth/comic-mono-font)
- Tweak: Default to Jetbrains Mono font
- Tweak: Rename the "Styling" panel to "Font Styling"
- Tweak: Remove line highlights on hover when blurred
- Tweak: Add minor adjustments for fonts to normalize line heights
- Fix: Block will be auto-focused on insert - WP6.2 regression
Expand Down
2 changes: 1 addition & 1 deletion src/editor/controls/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const SidebarControls = ({
setAttributes={setAttributes}
/>
<PanelBody
title={__('Styling', 'code-block-pro')}
title={__('Font Styling', 'code-block-pro')}
initialOpen={false}>
<div
className="code-block-pro-editor"
Expand Down

0 comments on commit 757d0cf

Please sign in to comment.