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.
2 parents fb8c0e3 + ffd8299 commit 8f86319Copy full SHA for 8f86319
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