Skip to content

Commit

Permalink
fixed text wrap on well results
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Jun 21, 2024
1 parent 173a3dc commit a235d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/wells/components/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default {
min-height: 36rem;
td.data {
white-space: nowrap;
white-space: wrap;
overflow-wrap: break-word;
}
Expand Down

0 comments on commit a235d9b

Please sign in to comment.