Skip to content

Commit

Permalink
Fixes payload download modal not wide enough for long file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaptperez committed Jul 11, 2024
1 parent a1e6ee8 commit c3b589d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/payloads/UploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ async function submitFile($event) {
footer.modal-card-foot.is-flex.is-justify-content-flex-end
button.button(@click="modals.payloads.showUpload = false") Close
</template>

<style scoped>
.modal-card{
width: 80%;
}
</style>

0 comments on commit c3b589d

Please sign in to comment.