diff --git a/app/javascript/packages/document-capture/components/location-collection-item.scss b/app/javascript/packages/document-capture/components/location-collection-item.scss index aefbc37d3e9..4b8605bbe2e 100644 --- a/app/javascript/packages/document-capture/components/location-collection-item.scss +++ b/app/javascript/packages/document-capture/components/location-collection-item.scss @@ -12,4 +12,9 @@ margin-top: 1rem; padding-bottom: 1rem; border-color: color('primary-light'); + + &:last-child { + border-bottom-style: none; + padding-bottom: 0; + } }