fix: remove use of margin auto for layout where it breaks in ie11 (#182)

This commit is contained in:
Adam Butterworth
2019-05-29 09:51:42 -06:00
committed by GitHub
parent e6841267ec
commit c955fdfd12
3 changed files with 13 additions and 32 deletions

View File

@@ -2052,7 +2052,7 @@ exports[`<ProfilePage /> Renders correctly in various states while saving an edi
</span>
</div>
<div
className="form-group flex-shrink-0 mr-auto"
className="form-group flex-shrink-0 flex-grow-1"
>
<button
aria-disabled={false}

View File

@@ -28,7 +28,7 @@ function FormControls({
onChange={changeHandler}
/>
</div>
<div className="form-group flex-shrink-0 mr-auto">
<div className="form-group flex-shrink-0 flex-grow-1">
<StatefulButton
type="submit"
className="btn-primary"