Skip to content

Commit

Permalink
Merge pull request #4191 from guardian/graphic-content-explainer/fix-…
Browse files Browse the repository at this point in the history
…text-wrap

fix wrapping on 'graphic content' explainer
  • Loading branch information
twrichards authored Nov 15, 2023
2 parents a365d74 + 2e7f99f commit dbf6d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kahuna/public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,8 @@ textarea.ng-invalid {
color: black;
padding: 5px;
border-radius: 3px;
text-wrap: initial;
word-break: normal;
white-space: normal;
}
.graphic-image-blur-explainer__tooltip a {
color: black;
Expand Down

0 comments on commit dbf6d2d

Please sign in to comment.