diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 2e3b8b5..a002c4a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -37,3 +37,11 @@ label { width: 400px; min-width: 0; } + + + +#alert { + .nothing { + padding: 1em 0; + } +} diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6d01c77..2e3392a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -52,14 +52,21 @@