mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed video card with adjustment not changing editor size
refs 00d9d200f7
- `concat` helper had been accidentally removed so width classes weren't being output correctly
This commit is contained in:
parent
e04422221f
commit
c7925e6915
@ -1,6 +1,6 @@
|
|||||||
<KoenigCard
|
<KoenigCard
|
||||||
@env={{@env}}
|
@env={{@env}}
|
||||||
@class={{" kg-card kg-video-card mih10 miw-100 relative " (kg-style "breakout" size=@payload.cardWidth)}}
|
@class={{concat "kg-card kg-video-card mih10 miw-100 relative " (kg-style "breakout" size=@payload.cardWidth)}}
|
||||||
@headerOffset={{@headerOffset}}
|
@headerOffset={{@headerOffset}}
|
||||||
@toolbar={{this.toolbar}}
|
@toolbar={{this.toolbar}}
|
||||||
@payload={{@payload}}
|
@payload={{@payload}}
|
||||||
|
Loading…
Reference in New Issue
Block a user