Skip to content

Commit

Permalink
fix: show tooltips on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tewshi committed Aug 8, 2023
1 parent def5b3c commit 9319cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overlays/tooltip/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const {
@apply z-20;
.base {
@apply invisible lg:visible h-6 px-2 py-1 text-xs font-normal truncate;
@apply h-6 px-2 py-1 text-xs font-normal truncate;
@apply bg-rui-grey-700/90 text-white rounded shadow;
}
Expand Down

0 comments on commit 9319cff

Please sign in to comment.