FIX: apply original margin-bottom to fix position placeholder (#6764)
This commit is contained in:
parent
5cb99d08ed
commit
bcf4a17751
|
@ -260,6 +260,7 @@ export default Ember.Mixin.create({
|
||||||
display: "inline-block",
|
display: "inline-block",
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
|
"margin-bottom": this.$().css("margin-bottom"),
|
||||||
"vertical-align": "middle"
|
"vertical-align": "middle"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue