mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +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;
|
padding-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-callout-card-container {
|
||||||
|
position: relative;
|
||||||
|
min-height: 4rem;
|
||||||
|
min-width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.kg-callout-card {
|
.kg-callout-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 16px 24px;
|
padding: 16px 24px;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<KoenigCard
|
<KoenigCard
|
||||||
@class={{concat (kg-style "media-card") " mih10 miw-100 relative"}}
|
@class={{concat (kg-style "container-card") " kg-callout-card-container"}}
|
||||||
@headerOffset={{@headerOffset}}
|
@headerOffset={{@headerOffset}}
|
||||||
@toolbar={{this.toolbar}}
|
@toolbar={{this.toolbar}}
|
||||||
@payload={{@payload}}
|
@payload={{@payload}}
|
||||||
|
Loading…
Reference in New Issue
Block a user