File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class Collapses extends Component {
137137 </ CardHeader >
138138 < CardBody >
139139 < div id = "accordion" >
140- < Card >
140+ < Card className = "mb-0" >
141141 < CardHeader id = "headingOne" >
142142 < Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 0 ) } aria-expanded = { this . state . accordion [ 0 ] } aria-controls = "collapseOne" >
143143 < h5 className = "m-0 p-0" > Collapsible Group Item #1</ h5 >
@@ -153,7 +153,7 @@ class Collapses extends Component {
153153 </ CardBody >
154154 </ Collapse >
155155 </ Card >
156- < Card >
156+ < Card className = "mb-0" >
157157 < CardHeader id = "headingTwo" >
158158 < Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 1 ) } aria-expanded = { this . state . accordion [ 1 ] } aria-controls = "collapseTwo" >
159159 < h5 className = "m-0 p-0" > Collapsible Group Item #2</ h5 >
@@ -169,7 +169,7 @@ class Collapses extends Component {
169169 </ CardBody >
170170 </ Collapse >
171171 </ Card >
172- < Card >
172+ < Card className = "mb-0" >
173173 < CardHeader id = "headingThree" >
174174 < Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 2 ) } aria-expanded = { this . state . accordion [ 2 ] } aria-controls = "collapseThree" >
175175 < h5 className = "m-0 p-0" > Collapsible Group Item #3</ h5 >
You can’t perform that action at this time.
0 commit comments