Skip to content

Commit

Permalink
chore(styles): added display for <post-tooltip-trigger>
Browse files Browse the repository at this point in the history
  • Loading branch information
alionazherdetska committed Jan 23, 2025
1 parent 19d1da5 commit 3d2a273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
post-tooltip-trigger {
display: inline-flex;
vertical-align: top;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { version } from '@root/package.json';

@Component({
tag: 'post-tooltip-trigger',
styleUrl: 'post-tooltip-trigger.scss',
})

export class PostTooltipTrigger {
@Element() host: HTMLPostTooltipTriggerElement;

Expand Down

0 comments on commit 3d2a273

Please sign in to comment.