diff --git a/frontend/src/components/Block/Block.module.css b/frontend/src/components/Block/Block.module.css index 349491721..40f1e9e51 100644 --- a/frontend/src/components/Block/Block.module.css +++ b/frontend/src/components/Block/Block.module.css @@ -14,6 +14,7 @@ */ .block { + width: 100%; color: var(--cpd-color-text-primary); padding-bottom: var(--cpd-space-5x); border-bottom: 1px solid var(--cpd-color-border-interactive-secondary);