diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index e235e9ca6d3..e030c3d2bfb 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -117,9 +117,10 @@ .modal-footer { justify-content: center; flex-flow: column nowrap; - align-items: stretch; - .btn { - margin-right: 0; + align-items: stretch; + + .btn { + margin-right: 0; } } }