Remove CSS tied to .js-enabled class

Not as obviously connected to expandCollapse but
no longer needed.
This commit is contained in:
Tom Byers
2019-08-30 08:44:14 +01:00
parent c9c3f90fd8
commit 26e1e3a5cb

View File

@@ -70,16 +70,6 @@ $email-message-gutter: $gutter * 2;
}
&-wrapper {
.js-enabled & {
max-height: 92px;
padding: 0;
overflow: hidden;
}
}
}
}