From 8ba07dc55a82aaed9415861bf1b0908362746b05 Mon Sep 17 00:00:00 2001 From: thsparks Date: Tue, 7 May 2024 15:34:40 -0700 Subject: [PATCH] Make text align in headers and in criteria --- .../src/components/styling/CatalogOverlay.module.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/teachertool/src/components/styling/CatalogOverlay.module.scss b/teachertool/src/components/styling/CatalogOverlay.module.scss index 7057d901d3f7..66c5b8ff6acf 100644 --- a/teachertool/src/components/styling/CatalogOverlay.module.scss +++ b/teachertool/src/components/styling/CatalogOverlay.module.scss @@ -59,6 +59,10 @@ width: 100%; height: 100%; + div[class*="common-accordion-chevron"] { + width: 3rem; // Match action-indicators + } + button[class*="common-accordion-header-outer"] { background-color: var(--pxt-content-foreground); color: var(--pxt-content-background); @@ -86,7 +90,7 @@ .action-indicators { position: relative; padding: 0 1rem 0 0; - width: 3rem; + width: 3rem; // Match common-accordion-chevron display: flex; align-items: center; justify-content: center;