Skip to content

Commit

Permalink
style(theme): reduce datalab font-size
Browse files Browse the repository at this point in the history
Reduce base text font-size from 12px to 11px, because of the
possibility where toppest y Axis tick top can be cutten.
Limiting the maximum font-size to 11px to avoid issue.

Ref naver#1639
  • Loading branch information
netil committed Sep 7, 2020
1 parent 97df63a commit 8626e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/theme/datalab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$font-family: "Sans Pro",Arial,sans-serif, "nanumgothic", "Dotum";
$line-stroke-widdth: 0.7px;
$text-font-size: 12px;
$text-font-size: 11px;

/*-- Default color pattern --*/
.bb-color-pattern {
Expand Down

0 comments on commit 8626e10

Please sign in to comment.