Skip to content

Commit f9b77de

Browse files
authored
fix: ensure tooltip overlay has correct line-height in avatar (#9918)
1 parent 3bd71ad commit f9b77de

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

packages/avatar/test/visual/base/avatar.test.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.54 KB
Loading

packages/tooltip/src/styles/vaadin-tooltip-overlay-base-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { css } from 'lit';
99
export const tooltipOverlayStyles = css`
1010
:host {
1111
--_vaadin-tooltip-default-offset: 4px;
12+
line-height: normal;
1213
}
1314
1415
[part='overlay'] {

0 commit comments

Comments
 (0)