Skip to content

Commit ac64ce7

Browse files
Merge pull request RAJAGOPALAN-GANGADHARAN#47 from ShivaRapolu01/rebased
Resolved the unresponsive clock issue
2 parents 68436d2 + b4905b4 commit ac64ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/desktop/taskbar/time/time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class TimeApp extends Component
4545
render()
4646
{
4747
return(
48-
<div style={{backgroundColor:"lightgrey",width:"100%",height:"100%",alignContent:"center"}}>
48+
<div style={{backgroundColor:"lightgrey",width:"100%",height:"100%",alignContent:"center",minHeight:160,minWidth:160}}>
4949
<Clock value={this.state.value} />
5050
</div>
5151
)

0 commit comments

Comments
 (0)