prometheus: monaco: better popup-font-size (#39181)

This commit is contained in:
Gábor Farkas
2021-09-14 16:40:44 +02:00
committed by GitHub
parent ed810da1f6
commit bff3d91b0d

View File

@@ -16,6 +16,7 @@ const options: CodeEditorMonacoOptions = {
scrollBeyondLastLine: false,
renderLineHighlight: 'none',
fontSize: 14,
suggestFontSize: 12,
// we need `fixedOverflowWidgets` because otherwise in grafana-dashboards
// the popup is clipped by the panel-visualizations.
fixedOverflowWidgets: true,