Skip to content

Commit 1e8f6f7

Browse files
committed
Styling for score
1 parent 4c8f338 commit 1e8f6f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@ class Page extends React.Component {
480480
color: '#aaa',
481481
fontWeight: 'bold',
482482
right: '105%',
483-
top: '5%'
483+
top: '5%',
484+
whiteSpace: 'nowrap'
484485
}}
485486
>
486487
<div>SCORE: { this.state.score }</div>

0 commit comments

Comments
 (0)