Skip to content

Commit

Permalink
Merge pull request #302 from FranckKe/fix-addreport_actions__iphone_6
Browse files Browse the repository at this point in the history
Fix form button position for iphone 6
  • Loading branch information
FranckKe authored Nov 1, 2019
2 parents 21107a3 + 166d798 commit a26f3e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/components/tools/AddReport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,13 @@ export default {
<style>
.steps .add-report-form .steps-content {
margin-top: 1rem;
flex-basis: 0;
}
.steps .add-report-form .steps-actions {
display: flex;
align-items: baseline;
flex-basis: 0;
}
.add-report-layer-tool {
Expand Down

0 comments on commit a26f3e2

Please sign in to comment.