mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
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",
|
||||
width,
|
||||
height,
|
||||
"margin-bottom": this.$().css("margin-bottom"),
|
||||
"vertical-align": "middle"
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user