We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is how the UI is looking
Below is my code I used
text={`function toBe() { if (Math.random() < 0.5) { return true; } else { return false; } }`} showLineNumbers={true} codeBlock language="text" theme={a11yDark} customStyle={{ height: "250px", width: "100%", overflowY: "scroll", borderRadius: "5px", boxShadow: "1px 2px 3px rgba(0,0,0,0.35)", fontSize: "3.75rem", margin: "0px 0.75rem", }} />``` **I tried changing themes and tried in custom styles also but it didn't work**
The text was updated successfully, but these errors were encountered:
Same bug here, the lines are also on the same row
<CopyBlock text={splitPanelState.queryParsed ? format(splitPanelState.queryParsed, {language: 'postgresql'}) : ""} language={"sql"} showLineNumbers={true} theme={dracula} codeBlock />
Sorry, something went wrong.
No branches or pull requests
This is how the UI is looking
Below is my code I used
The text was updated successfully, but these errors were encountered: