diff --git a/resources/assets/stylesheets/scss/dashboard.scss b/resources/assets/stylesheets/scss/dashboard.scss
index e353f72a0e41bafa8492f5d201f5cb43c28f51a2..fba2413b28c965299a4f9b3e42374c7c951f975b 100644
--- a/resources/assets/stylesheets/scss/dashboard.scss
+++ b/resources/assets/stylesheets/scss/dashboard.scss
@@ -124,7 +124,6 @@ form div.files-search {
         display: flex;
         align-items: stretch;
         width: 100%;
-        margin-top: 1ex;
         margin-bottom: 15px;
 
         input[type="text"] {
diff --git a/resources/assets/stylesheets/scss/messagebox.scss b/resources/assets/stylesheets/scss/messagebox.scss
index 7f77f0fcf329b2317930c958e62c2215d40d4755..7d0faa8f20d452572385fcc46ea59e877d57f3bf 100644
--- a/resources/assets/stylesheets/scss/messagebox.scss
+++ b/resources/assets/stylesheets/scss/messagebox.scss
@@ -4,7 +4,7 @@ div.messagebox {
     border: 2px solid;
     font-size: 12pt;
     font-weight: bold;
-    margin: 5px 0;
+    margin: 0 0 5px 0;
     padding: 15px 15px 15px 55px;
     position: relative;
     text-align: left;
diff --git a/resources/assets/stylesheets/scss/tables.scss b/resources/assets/stylesheets/scss/tables.scss
index 85e09f3f8c4ed696231d5b0b5c8d0cd6c70065f0..ee551125c1425eef77e2a8fb2e64ce892c46c7be 100644
--- a/resources/assets/stylesheets/scss/tables.scss
+++ b/resources/assets/stylesheets/scss/tables.scss
@@ -488,6 +488,7 @@ table.default {
         padding: 0 5px 5px 5px;
         color: var(--headings-color);
         font-size: $font-size-caption;
+        line-height: $font-size-caption;
         text-align: left;
 
         &.nowrap {
@@ -636,7 +637,7 @@ table.default {
             margin-bottom: 5px;
 
             img.text-bottom {
-                vertical-align: bottom;
+                vertical-align: middle;
             }
         }
 
diff --git a/resources/vue/components/ContentModulesEditTiles.vue b/resources/vue/components/ContentModulesEditTiles.vue
index ae9324c4e7a1985768625e3373d937b4f1c433f3..8a7d1d18098f48f919d6a958d51aa1076392733c 100644
--- a/resources/vue/components/ContentModulesEditTiles.vue
+++ b/resources/vue/components/ContentModulesEditTiles.vue
@@ -193,7 +193,6 @@ export default {
     flex-direction: row;
     background-color: var(--white);
     border-left: 1px solid var(--dark-gray-color-60);
-    margin: 2px 0;
 
     &.visibility-visible {
         border-left-color: var(--green);