Unverified Commit ba0765a3 authored by Alireza Heidari's avatar Alireza Heidari
Browse files

Fix title rename button alignment

parent 02dc7c54
Loading
Loading
Loading
Loading
+26 −27
Original line number Diff line number Diff line
@@ -335,8 +335,8 @@ function onKeyDown(event: KeyboardEvent) {
                                            :id="getElementId(props.id, 'title')"
                                            bold
                                            inline
                                            class="d-block"
                                            :size="props.titleSize">
                                            <div class="d-flex">
                                            <FontAwesomeIcon
                                                v-if="props.titleIcon?.icon"
                                                class="mr-1"
@@ -363,7 +363,6 @@ function onKeyDown(event: KeyboardEvent) {
                                                    {{ title }}
                                                </span>
                                            </template>
                                            </div>

                                            <slot name="titleActions">
                                                <BButton