Skip to content

Commit

Permalink
Merge pull request #1658 from nextcloud/fix/reduce-deadspace
Browse files Browse the repository at this point in the history
Reduce white space between questions
  • Loading branch information
Chartman123 authored Jun 30, 2023
2 parents 4e4ef89 + a1f9a78 commit e3e1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questions/Question.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
align-items: stretch;
flex-direction: column;
justify-content: stretch;
margin-bottom: 80px;
margin-bottom: 64px;
padding-left: 44px;
user-select: none;
background-color: var(--color-main-background);
Expand Down

0 comments on commit e3e1e1e

Please sign in to comment.