Skip to content

Commit

Permalink
Merge pull request #8 from meena333/feat/css
Browse files Browse the repository at this point in the history
wrap URLs so they fit inside their container
  • Loading branch information
meena333 authored Aug 30, 2019
2 parents 9f97d91 + 2d11d86 commit aa7424a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Huntr/jobs/css/JobsList.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

.jobs-details-list {
text-align: left;
overflow-wrap: break-word;
word-wrap: break-word;
}

.jobs-details a {
Expand Down

0 comments on commit aa7424a

Please sign in to comment.