Skip to content

Commit 8b3a34c

Browse files
committed
TaskSolutionComponent: исправления размеров поля ввода
1 parent a4eda9d commit 8b3a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwproj.front/src/components/Solutions/TaskSolutionComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const TaskSolutionComponent: FC<ISolutionProps> = (props) => {
284284
readOnly: !props.forMentor || !state.clickedForRate,
285285
inputProps: {min: 0, value: points},
286286
}}
287-
maxRows={10}
287+
size={"small"}
288288
onChange={(e) => {
289289
e.persist()
290290
setState((prevState) => ({

0 commit comments

Comments
 (0)