Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Réouven ASSOULY
zesje
Commits
b372274b
Commit
b372274b
authored
Jun 17, 2020
by
Adrià Labay
Browse files
slightly increase image size on desktop
parent
4d8348bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/views/Grade.jsx
View file @
b372274b
...
...
@@ -465,7 +465,8 @@ class Grade extends React.Component {
</
div
>
</
div
>
<
p
className
=
{
'
box is-scrollable-tablet
'
+
(
solution
.
graded_at
?
'
is-graded
'
:
''
)
}
>
<
p
className
=
{
'
box is-scrollable-desktop is-scrollable-tablet
'
+
(
solution
.
graded_at
?
'
is-graded
'
:
''
)
}
>
<
img
src
=
{
examID
?
(
'
api/images/solutions/
'
+
examID
+
'
/
'
+
problem
.
id
+
'
/
'
+
submission
.
id
+
'
/
'
+
(
this
.
state
.
fullPage
?
'
1
'
:
'
0
'
))
+
'
?
'
+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment