Loki: Fix code editor not correctly responding to window resize (#61061)

* fix: code editor not correctly responding to window resize

* trigger build
This commit is contained in:
Gareth Dawson 2023-01-06 10:17:20 +00:00 committed by GitHub
parent ece0c121a5
commit 93fe3faed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ export function LokiQueryCodeEditor({
const getStyles = (theme: GrafanaTheme2) => {
return {
wrapper: css`
max-width: 100%;
.gf-form {
margin-bottom: 0.5;
}