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 3e91da5 commit 5a0be58Copy full SHA for 5a0be58
mystbin/frontend/components/EditorTabs.tsx
@@ -275,10 +275,10 @@ export default function EditorTabs({
275
autohide
276
>
277
<Toast.Header className={styles.maxCountToastHeader}>
278
- <>
+ <span>
279
<strong className="mr-auto">Max Character Count</strong>
280
- <small>Max count: {{ maxCharCount }}</small>
281
- </>
+ Max count: {{ maxCharCount }}
+ </span>
282
</Toast.Header>
283
<Toast.Body>
284
You've reached the max character count for this file.
0 commit comments