@@ -4,3 +4,14 @@
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inplace-text-editor-with-edit-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inplace-text-editor-with-edit-input:focus-within {
|
||||
:has(&) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ export const InplaceTextEditor: React.FC<InplaceTextEditorProps> = ({
|
||||
<Stack
|
||||
direction="horizontal"
|
||||
gap={1}
|
||||
className="inplace-text-editor-with-edit-input"
|
||||
>
|
||||
{inputIsActive
|
||||
? (
|
||||
|
||||
Reference in New Issue
Block a user