We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52be91 commit 61d3f1cCopy full SHA for 61d3f1c
1 file changed
src/components/ScenarioCard/ScenarioCard.style.js
@@ -89,9 +89,9 @@ export const ScenarioCardWrapper = styled.div`
89
90
91
.active {
92
- display: block; // Corrected typo from 'blwock' to 'block'
+ display: block;
93
width: 100%;
94
- height: auto; // Changed from 100% to auto to fit content
+ height: auto;
95
padding: 1.5rem;
96
overflow: hidden;
97
}
@@ -113,7 +113,7 @@ export const ScenarioCardWrapper = styled.div`
113
114
115
.open-animate {
116
- height: auto; // Changed from fixed 640px to auto
117
transition: height 0.2s ease-in;
118
119
.close-animate {
0 commit comments