From 9b79bb469b02c9c51440960cfc33bd928c9fbd1d Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Sat, 8 Sep 2012 22:28:46 -0500 Subject: Improve line-height to have better line spacing in exception message --- actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb') diff --git a/actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb b/actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb index 0aba130f05..12c4d98e19 100644 --- a/actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb +++ b/actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb @@ -36,6 +36,7 @@ h2 { color: #C52F24; padding: 2px; + line-height: 25px; } details { -- cgit v1.2.3