1
0
Fork 0

[DEV-4452] Accordion margin applies to collapsable header only

master
Mark Goldsmith 2019-02-28 17:01:59 -05:00
parent 20234bd906
commit 04565a6559
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -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;
}