diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error-for-single-field_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error-for-single-field_0_document_2_mobile.png index c5ce6eda87..c0d7b0feab 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error-for-single-field_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error-for-single-field_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4106116ec08ece3cc9bcc69491872e1ce7908fe2f166df7f3242e8bc125a7d1b -size 12049 +oid sha256:bac9fc3e016fe8abe03bf1058e992083b0f32951ef5af06a1b5fb7d493da066f +size 12070 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error_0_document_2_mobile.png index af32b13b09..c1929822ff 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__components_duration_example-duration-error_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6bd35b1bc49500dac84ed439871cd4c9c1e7ce165ec997c60eb91b7f0c34208 -size 11748 +oid sha256:f3e519d2cb64eea6810bc33d5612bf64fb8aaf0b634af34823ff16cbbeb98fbb +size 11838 diff --git a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png index 96cd023920..d3cd6f3a30 100644 --- a/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png +++ b/backstop_data/bitmaps_reference/ds-vr-test__patterns_correct-errors_example-errors-proto-errors_0_document_2_mobile.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0047a1ec146f1809f7e409ea3442f9ef81255c0f1b802d5de711c51bc43ce289 -size 206209 +oid sha256:79486f7ce5418f57e97251fdc8eb22dcbc319decdf637c6a39ed40ab87e04770 +size 206318 diff --git a/src/components/field/_field-group.scss b/src/components/field/_field-group.scss index 16e0124933..c4a2f7338e 100644 --- a/src/components/field/_field-group.scss +++ b/src/components/field/_field-group.scss @@ -1,14 +1,13 @@ .ons-field-group { font-size: 0; + display: flex; + flex-wrap: wrap; + gap: 1rem; .ons-field { display: inline-block; font-size: 1rem; margin-top: 0; vertical-align: top; - - &:not(:last-child) { - margin-right: 1rem; - } } }