Skip to content

Commit 9d02cc1

Browse files
authored
Change editor instructions textual content size (exercism#7877)
1 parent d6ee611 commit 9d02cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/components/editor/InstructionsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const InstructionsPanel = ({
2424
return (
2525
<Tab.Panel id="instructions" context={TabsContext} alwaysAttachToDOM>
2626
<section className="instructions-pane" ref={ref}>
27-
<div className="c-textual-content --small">
27+
<div className="c-textual-content --base">
2828
{tutorial && <HelloWorldVideo />}
2929
<Introduction introduction={introduction} />
3030
<Instructions assignment={assignment} />

0 commit comments

Comments
 (0)