Skip to content

Commit

Permalink
style: add margin to rename btn
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Oct 16, 2023
1 parent 161462f commit 8c643f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/UserHistorySavedSearchList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<span class="user-history-saved-search-list__list__item__name font-weight-bold mb-1">
{{ event.name }}
<b-btn
v-b-tooltip.hover.bottomleft
v-b-tooltip.hover.topright
:title="$t('userHistory.renameSavedSearch')"
class="user-history-saved-search-list__list__item__name--rename text-dark py-0"
class="user-history-saved-search-list__list__item__name--rename text-dark px-1 py-0 ml-1"
size="md"
variant="transparent"
@click.prevent="showEvent({ ...event, idx: eventIdx })"
Expand Down

0 comments on commit 8c643f1

Please sign in to comment.