Skip to content

Commit 2bf311f

Browse files
committed
fix: overflowing tasks for sub task list and don't hide icons any more
1 parent ef41321 commit 2bf311f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app-src/scripts/sub-task-list/_sub-task-list-d.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
sub-task-list task-list {
2+
overflow: hidden;
3+
24
// animation
35
&.ng-enter,
46
&.ng-leave {
@@ -17,11 +19,6 @@ sub-task-list task-list {
1719
&.ng-leave {
1820
opacity: 1;
1921
max-height: 200px;
20-
21-
// make sure icons won't be displayed outside the box
22-
ng-md-icon {
23-
visibility: hidden;
24-
}
2522
}
2623

2724
&.ng-leave.ng-leave-active {

0 commit comments

Comments
 (0)