diff --git a/.github/workflows/check-checklist.yml b/.github/workflows/check-checklist.yml index 60a62e7333..dcc1f43782 100644 --- a/.github/workflows/check-checklist.yml +++ b/.github/workflows/check-checklist.yml @@ -14,4 +14,4 @@ jobs: steps: - uses: mheap/require-checklist-action@v2 with: - requireChecklist: false + requireChecklist: true diff --git a/src/components/skip-to-content/_skip.scss b/src/components/skip-to-content/_skip.scss index 01c5097966..5368cf2061 100644 --- a/src/components/skip-to-content/_skip.scss +++ b/src/components/skip-to-content/_skip.scss @@ -26,7 +26,7 @@ overflow: visible; padding: 1rem; position: static; - text-decoration: underline solid var(--ons-color-text-link-focus) 2px; + text-decoration: underline solid var(--ons-color-text-link-focus) 4px; white-space: inherit; width: auto; }