diff --git a/src/components/AttachmentDragAndDrop.vue b/src/components/AttachmentDragAndDrop.vue
index c901d359e..4d24cfe97 100644
--- a/src/components/AttachmentDragAndDrop.vue
+++ b/src/components/AttachmentDragAndDrop.vue
@@ -207,8 +207,4 @@ export default {
margin: 20px 20px 60px 20px;
}
- .modal__content button {
- float: right;
- margin: 40px 3px 3px 0;
- }
diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue
index 9a430afb7..cb54e0a27 100644
--- a/src/components/card/AttachmentList.vue
+++ b/src/components/card/AttachmentList.vue
@@ -21,8 +21,27 @@
-->
-
+
diff --git a/src/components/card/CardSidebarTabAttachments.vue b/src/components/card/CardSidebarTabAttachments.vue
index 8b587c02d..560921551 100644
--- a/src/components/card/CardSidebarTabAttachments.vue
+++ b/src/components/card/CardSidebarTabAttachments.vue
@@ -21,118 +21,27 @@
-->
-
+
-
-
diff --git a/webpack.js b/webpack.js
index 65068d595..8b5445ac6 100644
--- a/webpack.js
+++ b/webpack.js
@@ -32,5 +32,5 @@ const config = {
}
};
-module.exports = merge(config, webpackConfig)
+module.exports = merge(webpackConfig, config)