Skip to content

Commit e388104

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: fix monaco hovericon line height (#35105)
GitOrigin-RevId: 0fd00c492c67a7582d2f945bcd2f2bfcbc1f803e
1 parent f114e14 commit e388104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

npm-packages/dashboard-common/src/styles/globals.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ html.dark {
213213
[class*="codicon-"].hover-decoration {
214214
position: relative;
215215
top: 0.125rem;
216-
line-height: 0.875rem;
216+
/* This is important to ensure the icon does not push the text out of the line */
217+
line-height: 9px;
217218
}
218219

219220
/* Recharts style */

0 commit comments

Comments
 (0)