fix: Use monospace for param preview (#19975)

This commit is contained in:
Nikhil Kuriakose 2025-09-30 05:59:34 +02:00 committed by GitHub
parent fadfb756ae
commit 02c6a9485c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,7 @@ const onValueInputHoverChange = (hovered: boolean): void => {
bottom: calc(var(--spacing-s) * -1);
left: 0;
right: 0;
font-family: monospace;
}
.optionsPadding {

View File

@ -62,6 +62,7 @@ const simplyText = computed(() => {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: monospace;
}
.highlight {
color: var(--color-secondary);