From 8be276b5b6a5fc0ced672e4ab1968ec096ee2d72 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 12 Jun 2020 22:58:56 +0000 Subject: [PATCH] --- wwwroot/css/app.css | 5 +++++ wwwroot/js/app.trials.js | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css index 54a4a5e..925268b 100644 --- a/wwwroot/css/app.css +++ b/wwwroot/css/app.css @@ -18,6 +18,11 @@ ul{ font-size: smaller; } +.rf-list-column{ + margin-right: 24px; + +} + @media screen and (max-width: 576px){ /* bump up font on smaller screen */ html{font-size: 20px} diff --git a/wwwroot/js/app.trials.js b/wwwroot/js/app.trials.js index 2c59765..64d02b4 100644 --- a/wwwroot/js/app.trials.js +++ b/wwwroot/js/app.trials.js @@ -78,10 +78,10 @@ app.trials = (function () { obj.id + '">' + app.utilB.genListColumn( - obj.companyName + " " + obj.contactName + statusText(obj) ) + app.utilB.genListColumn( - obj.companyName + " " + obj.contactName + obj.companyName + " - " + obj.contactName ) + "  " + app.utilB.genListColumn(