We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee611 commit 9d02cc1Copy full SHA for 9d02cc1
app/javascript/components/editor/InstructionsPanel.tsx
@@ -24,7 +24,7 @@ export const InstructionsPanel = ({
24
return (
25
<Tab.Panel id="instructions" context={TabsContext} alwaysAttachToDOM>
26
<section className="instructions-pane" ref={ref}>
27
- <div className="c-textual-content --small">
+ <div className="c-textual-content --base">
28
{tutorial && <HelloWorldVideo />}
29
<Introduction introduction={introduction} />
30
<Instructions assignment={assignment} />
0 commit comments