feat(editor): Autocomplete info box: improve structure and add examples (#9019)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -15,7 +15,7 @@ const BASE_STYLING = {
|
||||
fontFamily: "Menlo, Consolas, 'DejaVu Sans Mono', monospace !important",
|
||||
maxHeight: '400px',
|
||||
tooltip: {
|
||||
maxWidth: '300px',
|
||||
maxWidth: '250px',
|
||||
lineHeight: '1.3em',
|
||||
},
|
||||
diagnosticButton: {
|
||||
|
||||
@@ -131,7 +131,7 @@ watchDebounced(
|
||||
<style lang="scss" module>
|
||||
.tip {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
gap: var(--spacing-4xs);
|
||||
line-height: var(--font-line-height-regular);
|
||||
color: var(--color-text-base);
|
||||
|
||||
Reference in New Issue
Block a user