FIX: apply original margin-bottom to fix position placeholder (#6764)

This commit is contained in:
Joffrey JAFFEUX 2018-12-13 18:21:12 +01:00 committed by GitHub
parent 5cb99d08ed
commit bcf4a17751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ export default Ember.Mixin.create({
display: "inline-block",
width,
height,
"margin-bottom": this.$().css("margin-bottom"),
"vertical-align": "middle"
});