Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a CI check was failing

racc
builder (3.3.0)
capybara (3.40.0)
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down