Skip to content

Commit

Permalink
set font size and line height on root elem (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes authored Jul 22, 2024
1 parent 616c605 commit de0554e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skrub/_reporting/_data/templates/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

:host {
font-family: var(--fontStack-sansSerif);
line-height: 1.15;
font-size: 1rem;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
}

Expand Down

0 comments on commit de0554e

Please sign in to comment.