We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4afb400 + e90e8de commit 1ba4335Copy full SHA for 1ba4335
2 files changed
Gemfile.lock
@@ -101,7 +101,7 @@ GEM
101
bootstrap-sass (3.4.1)
102
autoprefixer-rails (>= 5.2.1)
103
sassc (>= 2.0.0)
104
- brakeman (8.0.1)
+ brakeman (8.0.2)
105
racc
106
builder (3.3.0)
107
capybara (3.40.0)
app/assets/stylesheets/application.scss
@@ -117,6 +117,14 @@ th {
117
background-color: #f2f2f2;
118
}
119
120
+td:nth-child(1), td:nth-child(3) {
121
+ max-width: 40vw;
122
+ overflow: auto;
123
+}
124
+td:last-child {
125
+ width: 120px;
126
127
+
128
/* Banner styles - using styleguide colors where possible */
129
.banner {
130
position: fixed;
0 commit comments