From 782780234a4d5eefc692b14b4a620fc24444f2db Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 1 Aug 2018 17:08:07 -0700 Subject: improvements to login UI, upgrades libraries makes the login experience a bit friendlier to non-developer users --- public/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index 6dcf682..c68a55c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -108,6 +108,8 @@ body { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; word-break: break-all; word-wrap: break-word; + overflow: scroll; + white-space: pre; } @@ -208,7 +210,7 @@ body { } -/** +/** * nicer file upload */ .btn-file { @@ -229,7 +231,7 @@ body { background: white; cursor: inherit; display: block; -} +} .glyphicon-spin { -- cgit v1.2.3