Skip to content

Commit

Permalink
fix: tooltip inline block
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 31, 2024
1 parent e3f72ef commit 8809ed5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/design/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ withDefaults(
</template>

<style>
.v-popper--theme-tooltip {
display: inline-block;
}
.v-popper--theme-tooltip .v-popper__inner {
max-width: 700px;
background-color: #464646;
Expand Down

0 comments on commit 8809ed5

Please sign in to comment.