Skip to content

Commit d178023

Browse files
committed
fix validation message
1 parent ef27ab9 commit d178023

File tree

1 file changed

+5
-0
lines changed
  • packages/dialtone/lib/build/less/components

1 file changed

+5
-0
lines changed

packages/dialtone/lib/build/less/components/forms.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ fieldset {
118118
background-color: var(--validation-color-text);
119119
content: '';
120120
}
121+
122+
&__container {
123+
display: flex;
124+
flex-direction: column;
125+
}
121126
}
122127

123128
// $$ VALIDATION STATES

0 commit comments

Comments
 (0)