diff --git a/app/helpers/shot_helper.rb b/app/helpers/shot_helper.rb index b667d479..7f5bdce9 100644 --- a/app/helpers/shot_helper.rb +++ b/app/helpers/shot_helper.rb @@ -4,7 +4,7 @@ def metadata_pair(key, value) return if value.blank? || value == "0" || value == "UNKNOWN" tag.tr do - concat tag.td(key) + concat tag.td(key, class: "whitespace-nowrap") concat tag.td(value) end end