Skip to content

Commit

Permalink
fix(settings/automation-manager): bug fixes KMCNG-2624
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Apr 15, 2024
1 parent 4b096dc commit 9e63fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@
flex-direction: column;
padding-left: 24px;
overflow: hidden;
max-height: 0px;
height: 0px;
position: relative;
&.open {
max-height: 300px;
height: auto;
&.noHide {
overflow: visible;
}
}
transition: max-height 0.25s ease-in-out;
p-checkbox {
margin-bottom: 12px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@
flex-direction: column;
padding-left: 24px;
overflow: hidden;
max-height: 0px;
height: 0px;
position: relative;
&.open {
max-height: 300px;
height: auto;
&.noHide {
overflow: visible;
}
}
transition: max-height 0.25s ease-in-out;
p-checkbox {
margin-bottom: 12px;
}
Expand Down

0 comments on commit 9e63fa1

Please sign in to comment.