Skip to content

Commit

Permalink
Fix add-on form spacing (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedreon authored Jul 30, 2024
1 parent 81a82e7 commit 58a343e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/addon/addon-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
submittedForm.selectedEditions[0] === type
"
:value="type"
:hide-details="$vuetify.breakpoint.smAndDown"
hide-details
color="primary"
/>
</v-col>
Expand All @@ -203,6 +203,7 @@
submittedForm.selectedRes.length === 1 &&
submittedForm.selectedRes[0] === type
"
hide-details
:value="type"
color="primary"
/>
Expand Down
4 changes: 4 additions & 0 deletions resources/css/webapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@ code {
cursor: pointer;
}

#addon-description-preview {
margin-bottom: 1.5vh;
}

#addon-description-preview,
#addon-description-preview > p {
word-break: break-all;
Expand Down

0 comments on commit 58a343e

Please sign in to comment.