# HG changeset patch # User Thomas Junk # Date 1545037984 -3600 # Node ID 98a1636c72553a3790783fce388a8d1dbe50cec9 # Parent 74413d52c43956208509880b0d6f55dc1d1e3042 importqueue: no-wrap and horizontal scrollbar added diff -r 74413d52c439 -r 98a1636c7255 client/src/components/importqueue/Importqueuedetail.vue --- a/client/src/components/importqueue/Importqueuedetail.vue Fri Dec 14 18:35:09 2018 +0100 +++ b/client/src/components/importqueue/Importqueuedetail.vue Mon Dec 17 10:13:04 2018 +0100 @@ -272,6 +272,7 @@ .type { width: 65px; + white-space: nowrap; padding-left: 0px; border-top: 0px; padding-bottom: $small-offset; @@ -279,6 +280,7 @@ .datetime { width: 200px; + white-space: nowrap; padding-left: 0px; border-top: 0px; padding-bottom: $small-offset; @@ -286,6 +288,7 @@ .message { width: 600px; + white-space: nowrap; padding-left: 0px; border-top: 0px; padding-bottom: $small-offset; @@ -299,6 +302,6 @@ tbody { height: 150px; overflow-y: auto; - overflow-x: hidden; + overflow-x: auto; }