Skip to content

Commit

Permalink
small text change for resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
opishcheiko committed Aug 21, 2020
1 parent 7154507 commit f5e057b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/templates/TestResolution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ export const TestResolution = function(props: TestProps) {

return (
<div>
<Typography style={{fontStyle:"italic"}}>
<Typography >
Set or update the resolution for this test:
</Typography>
<Typography style={{fontStyle:"italic", fontSize:"10px"}}>
This will refresh your page (currently working on making it more user friendly)
</Typography>
<FormControl variant="outlined" style={{minWidth: 250, marginTop: "30px"}}>
<InputLabel>Resolution</InputLabel>
<Select
Expand Down

0 comments on commit f5e057b

Please sign in to comment.