Skip to content

Commit

Permalink
Merge pull request #1698 from bcgov/feature/ALCS-1903
Browse files Browse the repository at this point in the history
Add Overflow Wrap for Inline TextArea
  • Loading branch information
dhaselhan authored May 21, 2024
2 parents 366cdb5 + 83ecb25 commit 7be1feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.inline-textarea-wrapper {
padding-top: 4px;
white-space: pre-line;
overflow-wrap: break-word;
}

.editing {
Expand Down Expand Up @@ -65,7 +66,6 @@
padding: 8px;
border-radius: 2px;
font-size: 16px;
width: 100%;
min-height: 96px;
margin-left: -8px;
margin-right: -8px;
Expand Down

0 comments on commit 7be1feb

Please sign in to comment.