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 b774084 commit 8470d7cCopy full SHA for 8470d7c
src/generic/inplace-text-editor/InplaceTextEditor.scss
@@ -4,3 +4,14 @@
4
-webkit-box-orient: vertical;
5
overflow: hidden;
6
}
7
+
8
+.inplace-text-editor-with-edit-input {
9
+ width: 100%;
10
+}
11
12
+.inplace-text-editor-with-edit-input:focus-within {
13
+ :has(&) {
14
15
+ }
16
17
src/generic/inplace-text-editor/index.tsx
@@ -78,6 +78,7 @@ export const InplaceTextEditor: React.FC<InplaceTextEditorProps> = ({
78
<Stack
79
direction="horizontal"
80
gap={1}
81
+ className="inplace-text-editor-with-edit-input"
82
>
83
{inputIsActive
84
? (
0 commit comments