1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}