We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c0cc commit bb13e45Copy full SHA for bb13e45
elm/Stages/ChooseFile/View.elm
@@ -52,6 +52,7 @@ render { requestedBugCount, status } =
52
++ Pluralize.itOrThem requestedBugCount
53
)
54
, centerX
55
+ , centerY
56
]
57
{ msg = BreakFile file
58
, name = startButtonText
@@ -112,7 +113,7 @@ render { requestedBugCount, status } =
112
113
, label = Input.labelHidden "the number of bugs you'd like to try debugging"
114
}
115
- , el [ height (px 60), centerX ] startButton
116
+ , el [ height (px 80), centerX ] startButton
117
118
119
0 commit comments