1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-60] Set font-size on html (#6278)

This commit is contained in:
Oscar Hinton
2023-09-14 18:31:48 +02:00
committed by GitHub
parent 3507d318e5
commit f0b56b0b56
2 changed files with 2 additions and 2 deletions

View File

@@ -44,4 +44,4 @@ jobs:
storybookBuildDir: ./storybook-static
exitOnceUploaded: true
onlyChanged: true
externals: "[\"libs/components/**/*.scss\", \"libs/components/tailwind.config*.js\"]"
externals: "[\"libs/components/**/*.scss\", \"libs/components/**/*.css\", \"libs/components/tailwind.config*.js\"]"

View File

@@ -6,6 +6,6 @@
@tailwind components;
@tailwind utilities;
body {
html {
font-size: 14px;
}