diff --git a/Gemfile.lock b/Gemfile.lock index aad5163..98d163e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - brakeman (8.0.1) + brakeman (8.0.2) racc builder (3.3.0) capybara (3.40.0) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index b2fa9f0..3ae3f82 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -117,6 +117,14 @@ th { background-color: #f2f2f2; } +td:nth-child(1), td:nth-child(3) { + max-width: 40vw; + overflow: auto; +} +td:last-child { + width: 120px; +} + /* Banner styles - using styleguide colors where possible */ .banner { position: fixed;