Fixes padding of attachments list inside item edition form.

This commit is contained in:
mateuswetah 2022-07-15 10:55:17 -03:00
parent 750939b0ef
commit 02f333065c
2 changed files with 6 additions and 2 deletions

View File

@ -63,7 +63,7 @@ export default {
<style lang="scss" scoped>
.section-attachments {
padding-left: 0;
padding-right: 0;
padding-left: 0 !important;
padding-right: 0 !important;
}
</style>

View File

@ -200,8 +200,12 @@
.pagination-area {
margin-left: 0;
margin-right: 0;
justify-content: center;
}
}
.table-container {
width: 100%;
}
.uploaded-files {
display: block;