diff --git a/app/components/CredentialCard.tsx b/app/components/CredentialCard.tsx
index a27d7960f4..b296e5d304 100644
--- a/app/components/CredentialCard.tsx
+++ b/app/components/CredentialCard.tsx
@@ -9,6 +9,7 @@ import { Form, useFetcher } from '@remix-run/react'
import type { ModalRef } from '@trussworks/react-uswds'
import {
Button,
+ ButtonGroup,
Grid,
Icon,
Modal,
@@ -54,33 +55,35 @@ export default function CredentialCard({
-
-
- Delete
-
-
+ Delete
+
+
+
-
-
diff --git a/app/routes/circulars.$circularId.($version)/route.tsx b/app/routes/circulars.$circularId.($version)/route.tsx
index 5e8922f2d0..e6f77721c7 100644
--- a/app/routes/circulars.$circularId.($version)/route.tsx
+++ b/app/routes/circulars.$circularId.($version)/route.tsx
@@ -72,8 +72,11 @@ export default function () {
}`
return (
<>
-
-
+
+
{useSubmitterStatus() && (
Request Correction
diff --git a/app/routes/circulars._archive._index/DateSelectorMenu.tsx b/app/routes/circulars._archive._index/DateSelectorMenu.tsx
index c18d76f5a9..cc3fa1ba3d 100644
--- a/app/routes/circulars._archive._index/DateSelectorMenu.tsx
+++ b/app/routes/circulars._archive._index/DateSelectorMenu.tsx
@@ -42,11 +42,14 @@ function DateSelectorButton({
endDate?: string
expanded?: boolean
} & Omit[0], 'segmented' | 'children'>) {
- const slimClasses = 'height-4 padding-y-0'
+ const slimClasses = 'padding-y-1'
return (
-