Skip to content

Commit c162969

Browse files
committed
Align accordion section ticks and crosses
1 parent bb65714 commit c162969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/elements/Accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const Accordion = withRouter(({id, trustedTitle, index, children, startOp
158158
</RS.Row>
159159
</div>
160160

161-
{accordionIcon && SITE_SUBJECT === SITE.PHY && <span className={"accordion-icon accordion-icon-" + accordionIcon}>
161+
{accordionIcon && SITE_SUBJECT === SITE.PHY && <span className={"accordion-icon align-self-center accordion-icon-" + accordionIcon}>
162162
<span className="sr-only">{accordionIcon == "tick" ? "All questions in this part are answered correctly" : "All questions in this part are answered incorrectly"}</span>
163163
</span>}
164164
</RS.Button>

0 commit comments

Comments
 (0)