Commit 02dc7c54 authored by guerler's avatar guerler
Browse files

Fix misalignment of icon and title text in card header

parent af887309
Loading
Loading
Loading
Loading
+27 −25
Original line number Diff line number Diff line
@@ -335,12 +335,13 @@ function onKeyDown(event: KeyboardEvent) {
                                            :id="getElementId(props.id, 'title')"
                                            bold
                                            inline
                                            class="align-items-baseline"
                                            :size="props.titleSize">
                                            <div class="d-flex">
                                                <FontAwesomeIcon
                                                    v-if="props.titleIcon?.icon"
                                                :icon="props.titleIcon.icon"
                                                    class="mr-1"
                                                    :class="props.titleIcon.class"
                                                    :icon="props.titleIcon.icon"
                                                    :title="props.titleIcon.title"
                                                    :size="props.titleIcon.size"
                                                    fixed-width />
@@ -362,6 +363,7 @@ function onKeyDown(event: KeyboardEvent) {
                                                        {{ title }}
                                                    </span>
                                                </template>
                                            </div>

                                            <slot name="titleActions">
                                                <BButton