diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 6114106dc..3bc648cba 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -65,11 +65,10 @@ - + @@ -314,8 +313,8 @@ export default { margin-top: $space-base; > .action-buttons-group { - margin-left: auto; - display: flex; + margin-left: auto; + display: flex; justify-content: flex-end; > button { @@ -325,6 +324,15 @@ export default { } } + .blur-toggle { + text-align: right; + margin-bottom: $space-base; + + > .link { + display: block; + } + } + @media screen and (max-width: 656px) { > .buttons-footer { flex-direction: column; @@ -342,25 +350,12 @@ export default { > .buttons-footer { > .action-buttons-group { flex-direction: column; + > button { margin-bottom: 5px; } } } } - - .blur-toggle { - text-align: right; - margin-bottom: $space-base; - - > .link { - display: block; - } - } - - .info-text { - display: inline; - vertical-align: middle; - } }