diff --git a/Gemfile b/Gemfile index 27405f7..a0ed555 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ group :test do gem 'selenium-webdriver' # Easy installation and use of web drivers to run system tests with browsers gem 'webdrivers' + gem 'rake' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 66bb895..39e4dd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,6 +315,7 @@ DEPENDENCIES puma (~> 4.1) rails (~> 6.0.3, >= 6.0.3.2) rails_admin (~> 2.0) + rake sass-rails (>= 6) selenium-webdriver spring diff --git a/app/javascript/stylesheets/application.scss b/app/javascript/stylesheets/application.scss index 208f673..7f834ef 100644 --- a/app/javascript/stylesheets/application.scss +++ b/app/javascript/stylesheets/application.scss @@ -5,5 +5,5 @@ body { padding-top: 5rem; } #toast-container { - padding-top: 3rem; + padding-top: 5rem; } \ No newline at end of file