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

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"
});