changeset 2736:017b1c0decfd

import_overview: make log fonts great again
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 19 Mar 2019 16:39:10 +0100
parents 3c2ac140ad30
children 4a5c0e7cb75b
files client/src/components/importoverview/LogDetail.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Tue Mar 19 16:32:07 2019 +0100
+++ b/client/src/components/importoverview/LogDetail.vue	Tue Mar 19 16:39:10 2019 +0100
@@ -68,7 +68,7 @@
     </div>
     <AdditionalLog
       v-if="entry.id === showLogs"
-      class="mx-4 pb-1 d-flex flex-row small"
+      class="mx-4 pb-1 d-flex flex-row"
     ></AdditionalLog>
   </div>
 </template>