Skip to content

Commit d595e56

Browse files
committed
#888 Fix root font scaling
1 parent 3988b9e commit d595e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browser/data-browser/src/styling.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,10 @@ export const GlobalStyle = createGlobalStyle`
209209
margin: 0;
210210
/** Pretty dark mode transition */
211211
transition: background .2s ease, border-color .2s ease, color .2s ease;
212-
font-size: 15px;
212+
font-size: 0.95rem;
213213
}
214214
215215
input, button, body {
216-
/* transition: background .2s ease, border-color .2s ease, color .2s ease; */
217216
/* Don't overflow input elements */
218217
overflow-wrap: normal;
219218
}

0 commit comments

Comments
 (0)