Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(Tooltip): activator element inherits width from wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 21, 2023
1 parent 41e10ad commit a2f7b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/overlays/tooltip/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ $arrowSize: 0.625rem;
@apply relative inline-flex;
.activator {
width: inherit;
@apply inline;
}
}
Expand Down

0 comments on commit a2f7b54

Please sign in to comment.