[DEV-4452] Accordion margin applies to collapsable header only
parent
20234bd906
commit
04565a6559
|
@ -30,7 +30,7 @@
|
|||
"devDependencies": {
|
||||
"chai": ">=1.9.1 < 4",
|
||||
"chai-as-promised": ">=6.0.0",
|
||||
"mocha": ">=1.18.2",
|
||||
"mocha": "5.2.0",
|
||||
"sinon": ">=1.17.4",
|
||||
"es6-promise": "~3"
|
||||
},
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
/* Upper margins should not appear for accordions, because they should*/
|
||||
/* appear flush when collapsed. */
|
||||
.stepGroup dl.stacked:not(:first-child) > dt.stack-header {
|
||||
.stepGroup dl.liza-collapsable:not(:first-child) > dt.stack-header {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue