We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c518b commit 856cabeCopy full SHA for 856cabe
2 files changed
hwproj.front/src/components/Homeworks/CourseHomeworkExperimental.tsx
@@ -326,7 +326,7 @@ const CourseHomeworkEditor: FC<{
326
</Grid>}
327
<Grid item xs={12} style={{marginBottom: "5px", marginTop: -2}}>
328
<MarkdownEditor
329
- label={"Условие задания"}
+ label={"Общее описание задания"}
330
height={240}
331
maxHeight={400}
332
value={description}
hwproj.front/src/components/Workspace.tsx
@@ -177,7 +177,7 @@ const Workspace: FC = () => {
177
onGiveUpClick={onGiveUpClick}/>)}
178
</div>
179
180
- <Grid item>
+ <Grid item alignSelf="flex-start">
181
<DotLottieReact
182
src="https://lottie.host/3f7405d2-3644-4abf-80de-cea68a618ca5/NYIk0RI1Mw.lottie"
183
loop
0 commit comments