We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e2f37 commit 00427ceCopy full SHA for 00427ce
src/components/Results.js
@@ -56,7 +56,7 @@ function Results(props) {
56
Collecting measures...
57
</h1>
58
) : (
59
- <div>
+ <div style={{ padding: '8px' }}>
60
<p>
61
Time taken by all the components:{' '}
62
<strong>{props.totalTime} ms</strong>
0 commit comments