File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ const Container = styled.div`
180180` ;
181181
182182const Column = styled . div `
183+ width: 100%;
183184 display: flex;
184185 flex-direction: column;
185186 align-items: center;
@@ -196,6 +197,7 @@ const Label = styled.div`
196197` ;
197198
198199const LetterWrapper = styled . div `
200+ width: 100%;
199201 display: flex;
200202 flex-direction: column;
201203 justify-content: center;
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ const Container = styled.div`
150150` ;
151151
152152const Column = styled . div `
153+ width: 100%;
153154 display: flex;
154155 flex-direction: column;
155156 align-items: center;
@@ -166,6 +167,7 @@ const Label = styled.div`
166167` ;
167168
168169const LetterWrapper = styled . div `
170+ width: 100%;
169171 display: flex;
170172 flex-direction: column;
171173 justify-content: center;
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ const Container = styled.div<{
264264 height: auto;
265265 padding: ${ ( { $padding } ) => ( $padding ? $padding : "34px" ) } ;
266266 max-width: ${ ( { $width } ) => ( $width ? $width : "345px" ) } ;
267- min-width: ${ ( { $width } ) => ( $width ? $width : "345px" ) } ;
268267 max-height: ${ ( { $height } ) => ( $height ? $height : "349px" ) } ;
269268 min-height: ${ ( { $height } ) => ( $height ? $height : "349px" ) } ;
270269 background-image: ${ ( { $templateType } ) =>
You canβt perform that action at this time.
0 commit comments