diff --git a/app/views/notices/_params.html.haml b/app/views/notices/_params.html.haml index 981ef1f..ad02dcd 100644 --- a/app/views/notices/_params.html.haml +++ b/app/views/notices/_params.html.haml @@ -1,4 +1,4 @@ .window - .params + .raw_data %pre.hash= pretty_hash notice.params diff --git a/app/views/notices/_session.html.haml b/app/views/notices/_session.html.haml index 27a905c..4d3e947 100644 --- a/app/views/notices/_session.html.haml +++ b/app/views/notices/_session.html.haml @@ -1,2 +1,3 @@ .window - %pre.hash= pretty_hash notice.session \ No newline at end of file + .raw_data + %pre.hash= pretty_hash notice.session diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 772b8e5..21c8248 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -377,7 +377,7 @@ table.single_user { border-top: none; } -.params { +.raw_data { width: 100%; color: #f0f0f0; background-color: #222; -- libgit2 0.21.2