Update font sizes for live eval to force consistency between browsers

This commit is contained in:
Andrew Kingston 2024-03-14 14:57:51 +00:00
parent a0ccfebebe
commit 560d8ee9c9
1 changed files with 2 additions and 2 deletions

View File

@ -511,14 +511,14 @@
.code-editor :global(.binding__example) { .code-editor :global(.binding__example) {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-size: var(--font-size-s); font-size: 12px;
font-family: var(--font-mono); font-family: var(--font-mono);
white-space: pre; white-space: pre;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
max-height: 480px; max-height: 480px;
} }
.code-editor :global(.binding__example) { .code-editor :global(.binding__example.helper) {
color: var(--spectrum-global-color-blue-700); color: var(--spectrum-global-color-blue-700);
} }
.code-editor :global(.binding__example span) { .code-editor :global(.binding__example span) {