Skip to content

Commit db05fec

Browse files
fix: default textarea height
1 parent d44888e commit db05fec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/views/SubmissionView/TextResponseEditor/TextEditor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import PropTypes from 'prop-types';
44
import { TextArea } from '@edx/paragon';
55
import { useIntl } from '@edx/frontend-platform/i18n';
66
import messages from './messages';
7+
import './TextEditor.scss';
78

89
const TextEditor = ({
910
// id,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.form-control.textarea-response {
2+
height: 500px;
3+
}

0 commit comments

Comments
 (0)