Skip to content

Commit f467556

Browse files
artongebackportbot[bot]
authored andcommitted
fix(NcInputField): Helper message word-break on Chrome
Without it, the message does not break and increase the size of its container. Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent c069f97 commit f467556

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)