Skip to content

Commit c90526c

Browse files
committed
fix description block opening
1 parent ede96a6 commit c90526c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
&__description {
79-
display: -webkit-box;
79+
display: box;
8080
overflow: hidden;
8181
text-align: justify;
8282
-webkit-box-orient: vertical;

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
@@ -137,7 +137,7 @@
137137
}
138138

139139
&__desc {
140-
display: -webkit-box;
140+
display: box;
141141
overflow: hidden;
142142
text-align: justify;
143143
-webkit-box-orient: vertical;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
&__text {
73-
display: -webkit-box;
73+
display: box;
7474
overflow: hidden;
7575
white-space: pre-line;
7676
-webkit-box-orient: vertical;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454

5555
&__desc {
56-
display: -webkit-box;
56+
display: box;
5757
overflow: hidden;
5858
text-align: justify;
5959
-webkit-box-orient: vertical;
@@ -111,11 +111,11 @@
111111

112112
&__image {
113113
width: 100%;
114-
height: 100%;
115114
max-width: 300px;
115+
height: 100%;
116116
max-height: 150px;
117-
object-fit: cover;
118117
border-radius: var(--rounded-lg);
118+
object-fit: cover;
119119
}
120120

121121
&__counter {

0 commit comments

Comments
 (0)