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 edbf35f commit 62c50ecCopy full SHA for 62c50ec
packages/web/src/components/ModalSystemContext.tsx
@@ -32,7 +32,6 @@ const ModalSystemContext: React.FC<Props> = (props) => {
32
placeholder={t('common.enter_text')}
33
value={props.saveSystemContextTitle}
34
onChange={props.setSaveSystemContextTitle}
35
- maxHeight={-1}
36
className="text-aws-font-color"
37
/>
38
0 commit comments