Skip to content

Commit 1fe0c04

Browse files
committed
fix css property ordering in task components
1 parent 071764b commit 1fe0c04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/social_platform/src/app/office/courses/lesson/shared/file-task/file-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
}
2727

2828
&__content {
29-
max-width: 350px;
3029
min-width: 333px;
30+
max-width: 350px;
3131
padding: 12px 24px;
3232

3333
::ng-deep {

projects/social_platform/src/app/office/courses/lesson/shared/write-task/write-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626

2727
&__content {
28-
max-width: 350px;
2928
min-width: 333px;
29+
max-width: 350px;
3030
padding: 12px 24px;
3131
}
3232

0 commit comments

Comments
 (0)