Skip to content

Commit bb13e45

Browse files
author
neurodynamic
committed
fixes ChooseFile button container height so it wont change the layout when it appears
1 parent 904c0cc commit bb13e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elm/Stages/ChooseFile/View.elm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ render { requestedBugCount, status } =
5252
++ Pluralize.itOrThem requestedBugCount
5353
)
5454
, centerX
55+
, centerY
5556
]
5657
{ msg = BreakFile file
5758
, name = startButtonText
@@ -112,7 +113,7 @@ render { requestedBugCount, status } =
112113
, label = Input.labelHidden "the number of bugs you'd like to try debugging"
113114
}
114115
]
115-
, el [ height (px 60), centerX ] startButton
116+
, el [ height (px 80), centerX ] startButton
116117
]
117118

118119

0 commit comments

Comments
 (0)