We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d7110 commit d57042dCopy full SHA for d57042d
src/definitions/collections/form.less
@@ -437,6 +437,16 @@ each(@formStates, {
437
}
438
439
/* On Field(s) */
440
+ .ui.form .field.@{state} .@{state}.message:not(:empty) {
441
+ display: block;
442
+ }
443
+ .ui.form .field.@{state} .compact.@{state}.message:not(:empty) {
444
+ display: inline-block;
445
446
+ .ui.form .field.@{state} .icon.@{state}.message:not(:empty) {
447
+ display: flex;
448
449
+
450
.ui.ui.form .fields.@{state} .field label,
451
.ui.ui.form .field.@{state} label,
452
.ui.ui.form .fields.@{state} .field .input,
0 commit comments