Skip to content

Commit 61d3f1c

Browse files
author
Vivek Vishal
authored
rm comments
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent c52be91 commit 61d3f1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/ScenarioCard/ScenarioCard.style.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ export const ScenarioCardWrapper = styled.div`
8989
9090
9191
.active {
92-
display: block; // Corrected typo from 'blwock' to 'block'
92+
display: block;
9393
width: 100%;
94-
height: auto; // Changed from 100% to auto to fit content
94+
height: auto;
9595
padding: 1.5rem;
9696
overflow: hidden;
9797
}
@@ -113,7 +113,7 @@ export const ScenarioCardWrapper = styled.div`
113113
}
114114
}
115115
.open-animate {
116-
height: auto; // Changed from fixed 640px to auto
116+
height: auto;
117117
transition: height 0.2s ease-in;
118118
}
119119
.close-animate {

0 commit comments

Comments
 (0)