mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
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:
parent
ece0c121a5
commit
93fe3faed5
@ -58,6 +58,7 @@ export function LokiQueryCodeEditor({
|
||||
const getStyles = (theme: GrafanaTheme2) => {
|
||||
return {
|
||||
wrapper: css`
|
||||
max-width: 100%;
|
||||
.gf-form {
|
||||
margin-bottom: 0.5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user