diff client/src/components/importoverview/ImportOverview.vue @ 4877:e89c1140f0a8

import_review: display review buttons in same line in firefox
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Feb 2020 14:00:26 +0100
parents 6b054b91d9b2
children db134712519b
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Mon Feb 03 11:45:06 2020 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Mon Feb 03 14:00:26 2020 +0100
@@ -77,8 +77,8 @@
       </div>
       <UITableHeader
         :columns="[
-          { id: 'id', title: `${idLabel}`, width: '75px' },
-          { id: 'kind', title: `${kindLabel}`, width: '53px' },
+          { id: 'id', title: `${idLabel}`, width: '70px' },
+          { id: 'kind', title: `${kindLabel}`, width: '50px' },
           { id: 'enqueued', title: `${enqueuedLabel}`, width: '138px' },
           { id: 'user', title: `${ownerLabel}`, width: '80px' },
           { id: 'country', title: `${countryLabel}`, width: '55px' },