Skip to content

Commit

Permalink
Merge pull request #2256 from bcgov/bcgov/2239-wraptext
Browse files Browse the repository at this point in the history
[GWELLS-2239] FIX/text wrap on well results and verified in Safari
  • Loading branch information
lunamoonmoon authored Jun 24, 2024
2 parents 173a3dc + a235d9b commit 155f11c
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 155f11c

Please sign in to comment.