diff --git a/src/components/renderer/card.vue b/src/components/renderer/card.vue index 38359423c..c84ee4113 100644 --- a/src/components/renderer/card.vue +++ b/src/components/renderer/card.vue @@ -28,7 +28,7 @@ @click.prevent="newRequestLink(process, event)" > {{ $t("Start") }} - + @@ -164,10 +164,11 @@ export default { height: 28px; padding: 4px 9px; justify-content: center; - align-items: center; + align-items: inherit; gap: 6px; color: #1572c2; font-size: 14px; + font-weight: 600; } .btn-ellipsis { background: #fff; @@ -204,4 +205,12 @@ export default { .card-title { font-weight: 700; } +.card-icon { + display: flex; + padding: 2px 1px 0px 0px; + justify-content: center; + align-items: center; + gap: 10px; + font-size: 7px; +}