Skip to content

Commit

Permalink
Fix content alignment in buttons with tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed May 11, 2024
1 parent 72b602b commit bac3827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webviews/apps/shared/components/button.ts
Expand Up @@ -154,7 +154,10 @@ export class GlButton extends LitElement {
}
gl-tooltip {
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
}
`,
];
Expand Down

0 comments on commit bac3827

Please sign in to comment.