mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
prometheus: monaco: better popup-font-size (#39181)
This commit is contained in:
parent
ed810da1f6
commit
bff3d91b0d
@ -16,6 +16,7 @@ const options: CodeEditorMonacoOptions = {
|
|||||||
scrollBeyondLastLine: false,
|
scrollBeyondLastLine: false,
|
||||||
renderLineHighlight: 'none',
|
renderLineHighlight: 'none',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
suggestFontSize: 12,
|
||||||
// we need `fixedOverflowWidgets` because otherwise in grafana-dashboards
|
// we need `fixedOverflowWidgets` because otherwise in grafana-dashboards
|
||||||
// the popup is clipped by the panel-visualizations.
|
// the popup is clipped by the panel-visualizations.
|
||||||
fixedOverflowWidgets: true,
|
fixedOverflowWidgets: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user