Skip to content

Commit 5b0ed64

Browse files
author
neurodynamic
committed
updates code snippet height
1 parent a579743 commit 5b0ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elm/Stages/Finished/View.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ labeledCodeSnippet { label, focusedLine, content } =
138138
[ Background.color Colors.veryLightGray
139139
, Border.rounded 5
140140
, width (px 700)
141-
, height (px 136)
141+
, height (px 140)
142142
, scrollbarX
143143
]
144144
(List.map (renderCodeLine focusedLine) codeLines)

0 commit comments

Comments
 (0)