fix: consistent font size in input-s
Massimo Melina committed
Jan 20, 2022 at 13:42 UTC
cb3c39e53d703765eec4ca771cc44034c55d51bb
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -27,7 +27,7 @@ body {
27
-webkit-font-smoothing: antialiased;
28
-moz-osx-font-smoothing: grayscale;
29
}
30
-body, button, select { font-size: 12pt; }
30
+body, button, select, input { font-size: 12pt; }
31
#root {
32
max-width: 50em;
33
margin: auto;