Skip to content

Commit 8f86319

Browse files
authored
Merge pull request #299 from codesnippetspro/code-direction
Fix the position of "code direction" field in RTL mode
2 parents fb8c0e3 + ffd8299 commit 8f86319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/EditorSidebar/controls/RTLControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const RTLControl: React.FC = () => {
66
const { codeEditorInstance } = useSnippetForm()
77

88
return (
9-
<div>
9+
<div className="inline-form-field">
1010
<h4>
1111
<label htmlFor="snippet-code-direction">
1212
{__('Code Direction', 'code-snippets')}

0 commit comments

Comments
 (0)