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 {
137
137
</ CardHeader >
138
138
< CardBody >
139
139
< div id = "accordion" >
140
- < Card >
140
+ < Card className = "mb-0" >
141
141
< CardHeader id = "headingOne" >
142
142
< Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 0 ) } aria-expanded = { this . state . accordion [ 0 ] } aria-controls = "collapseOne" >
143
143
< h5 className = "m-0 p-0" > Collapsible Group Item #1</ h5 >
@@ -153,7 +153,7 @@ class Collapses extends Component {
153
153
</ CardBody >
154
154
</ Collapse >
155
155
</ Card >
156
- < Card >
156
+ < Card className = "mb-0" >
157
157
< CardHeader id = "headingTwo" >
158
158
< Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 1 ) } aria-expanded = { this . state . accordion [ 1 ] } aria-controls = "collapseTwo" >
159
159
< h5 className = "m-0 p-0" > Collapsible Group Item #2</ h5 >
@@ -169,7 +169,7 @@ class Collapses extends Component {
169
169
</ CardBody >
170
170
</ Collapse >
171
171
</ Card >
172
- < Card >
172
+ < Card className = "mb-0" >
173
173
< CardHeader id = "headingThree" >
174
174
< Button block color = "link" className = "text-left m-0 p-0" onClick = { ( ) => this . toggleAccordion ( 2 ) } aria-expanded = { this . state . accordion [ 2 ] } aria-controls = "collapseThree" >
175
175
< h5 className = "m-0 p-0" > Collapsible Group Item #3</ h5 >
You can’t perform that action at this time.
0 commit comments