Skip to content

Commit 6f83c33

Browse files
committed
Fixed tooltip size to 10px
1 parent 2a76071 commit 6f83c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/components/tooltip.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: absolute;
33

44
font-family: 'Roboto';
5-
font-size: 12px;
5+
font-size: 10px;
66
line-height: 22px;
77
padding: 0 8px;
88
color: @white;

0 commit comments

Comments
 (0)