Skip to content

Commit

Permalink
Make text align in headers and in criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed May 7, 2024
1 parent 3da27ac commit 8ba07dc
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8ba07dc

Please sign in to comment.