diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index 9d15dc2b9..db58bc9a1 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -668,7 +668,7 @@ } /* Swap to full width on mobile */ -@media only screen and (max-width : 767px) { +@media only screen and (max-width : @largestMobileScreen) { .ui.form .two.fields > .fields, .ui.form .two.fields > .field, .ui.form .three.fields > .fields, @@ -766,7 +766,7 @@ } /* Swap to full width on mobile */ -@media only screen and (max-width : 767px) { +@media only screen and (max-width : @largestMobileScreen) { .ui.form .two.fields > .fields, .ui.form .two.fields > .field, .ui.form .three.fields > .fields,