Skip to content

Commit

Permalink
Don't wrap label
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Dec 8, 2024
1 parent 79014f6 commit e0adb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/shot_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0adb94

Please sign in to comment.