mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed generic card action toolbar height
no issue
This commit is contained in:
parent
5cdd6c19ed
commit
e39ebcd856
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
title={{item.title}}
|
title={{item.title}}
|
||||||
class="dib dim-lite link h10 w9 nudge-top--1 justify-center {{item.buttonClass}}"
|
class="dib dim-lite link h9 w9 nudge-top--1 justify-center {{item.buttonClass}}"
|
||||||
onmousedown={{action item.action}}
|
onmousedown={{action item.action}}
|
||||||
>
|
>
|
||||||
{{#if item.icon}}{{svg-jar item.icon class=(concat item.iconClass (if item.text " mr2") " w4 h4")}} {{/if}}{{item.text}}
|
{{#if item.icon}}{{svg-jar item.icon class=(concat item.iconClass (if item.text " mr2") " w4 h4")}} {{/if}}{{item.text}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue