mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed action toolbar not working in callout-card
This commit is contained in:
parent
347bd47f77
commit
93d16dfe56
@ -1175,6 +1175,14 @@
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.kg-callout-card-container {
|
||||
position: relative;
|
||||
min-height: 4rem;
|
||||
min-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.kg-callout-card {
|
||||
display: flex;
|
||||
padding: 16px 24px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<KoenigCard
|
||||
@class={{concat (kg-style "media-card") " mih10 miw-100 relative"}}
|
||||
@class={{concat (kg-style "container-card") " kg-callout-card-container"}}
|
||||
@headerOffset={{@headerOffset}}
|
||||
@toolbar={{this.toolbar}}
|
||||
@payload={{@payload}}
|
||||
|
Loading…
Reference in New Issue
Block a user