From 4d0fefed99cf0b3450c5799f175d934cd3ef3850 Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Tue, 12 Sep 2023 16:34:01 +1200 Subject: [PATCH] update block styling to work better in selectable session --- frontend/src/components/Block/Block.module.css | 1 + 1 file changed, 1 insertion(+) 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);