Skip to content

Commit

Permalink
CB-5745 explicitly set word break on field description
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Oct 23, 2024
1 parent 5282175 commit 5a0c377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
box-sizing: border-box;
padding-top: 4px;
min-height: 24px;
word-break: break-word;

&.invalid {
color: var(--theme-negative);
Expand Down

0 comments on commit 5a0c377

Please sign in to comment.