diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |