Skip to content

Commit

Permalink
fix(notification): correct actionable inline text wrapping layout/ref…
Browse files Browse the repository at this point in the history
…low (#11594)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Jun 14, 2022
1 parent 369aaad commit 88d7121
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
@include type-style('body-compact-01');

display: flex;
flex-wrap: wrap;
word-break: break-word;
}

Expand Down

0 comments on commit 88d7121

Please sign in to comment.