Skip to content

Commit 4744bc8

Browse files
authored
Merge pull request #8166 from nextcloud-libraries/backport/8128/stable8
[stable8] fix(NcInputField): Helper message `word-break` on Chrome
2 parents b592ac2 + f467556 commit 4744bc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/NcInputField/NcInputField.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ export default {
569569
display: flex;
570570
align-items: center;
571571
color: var(--color-text-maxcontrast);
572+
word-break: break-all;
572573
573574
&__icon {
574575
margin-inline-end: 8px;

0 commit comments

Comments
 (0)