Skip to content

Commit 9a51878

Browse files
committed
fix file-task file attachment
1 parent 1e5d0f2 commit 9a51878

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,20 +137,20 @@
137137
}
138138

139139
&__desc {
140-
overflow: hidden;
141140
max-height: 12em;
141+
overflow: hidden;
142142
text-align: justify;
143143
transition: max-height 0.5s ease-in-out;
144144

145145
&:not(&--expanded) {
146-
display: -webkit-box;
146+
display: box;
147147
-webkit-box-orient: vertical;
148148
-webkit-line-clamp: 8;
149149
}
150150

151151
&--expanded {
152-
overflow-y: auto;
153152
max-height: 210px;
153+
overflow-y: auto;
154154
}
155155
}
156156

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
border-radius: var(--rounded-lg);
122122
}
123123
}
124-
125124
}
126125

127126
&__content {

0 commit comments

Comments
 (0)