Skip to content

Commit

Permalink
style: add flex wrap to datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Aug 1, 2024
1 parent 6582c84 commit 04a5321
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Display/DisplayDatetime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ const display = computed(() => {
</script>

<template>
<span v-b-tooltip.body class="display-datetime d-inline-flex align-items-center" :title="title" aria-label="datetime">
<span
v-b-tooltip.body
class="display-datetime d-inline-flex align-items-center flex-wrap"
:title="title"
aria-label="datetime"
>
<slot v-bind="{ display }">
{{ display }}
</slot>
Expand Down

0 comments on commit 04a5321

Please sign in to comment.