diff --git a/src/games/storywriter/assets/chapters-editor.module.css b/src/games/storywriter/assets/chapters-editor.module.css index 73f5a40..0bf6403 100644 --- a/src/games/storywriter/assets/chapters-editor.module.css +++ b/src/games/storywriter/assets/chapters-editor.module.css @@ -71,6 +71,7 @@ min-height: 80px; white-space: pre-wrap; word-wrap: break-word; + resize: vertical; &:focus { outline: none; diff --git a/src/games/storywriter/components/chapters-editor.tsx b/src/games/storywriter/components/chapters-editor.tsx index 73e7cb3..68a1e78 100644 --- a/src/games/storywriter/components/chapters-editor.tsx +++ b/src/games/storywriter/components/chapters-editor.tsx @@ -44,6 +44,7 @@ export const ChaptersEditor = () => { )}
{body}
{ const { currentStory, dispatch, connection, model } = useAppState(); @@ -174,12 +175,12 @@ export const CharacterEditor = () => {
Description
-