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 fb8c0e3 commit ffd8299Copy full SHA for ffd8299
src/js/components/EditorSidebar/controls/RTLControl.tsx
@@ -6,7 +6,7 @@ export const RTLControl: React.FC = () => {
6
const { codeEditorInstance } = useSnippetForm()
7
8
return (
9
- <div>
+ <div className="inline-form-field">
10
<h4>
11
<label htmlFor="snippet-code-direction">
12
{__('Code Direction', 'code-snippets')}
0 commit comments