diff --git a/src/index.tsx b/src/index.tsx index 4dd1c5307..bf51b1007 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -608,7 +608,7 @@ class App extends React.Component<{}, AppState> { this.forceUpdate(); }} /> - {children} + {children} ); } diff --git a/src/styles.css b/src/styles.css index dafccae1e..c75758808 100644 --- a/src/styles.css +++ b/src/styles.css @@ -17,6 +17,14 @@ label { margin-right: 10px; } +label span { + display: inline-block; +} + +label span::first-letter { + text-decoration: underline; +} + input[type="number"] { width: 30px; }