mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -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:
		@@ -58,6 +58,7 @@ export function LokiQueryCodeEditor({
 | 
			
		||||
const getStyles = (theme: GrafanaTheme2) => {
 | 
			
		||||
  return {
 | 
			
		||||
    wrapper: css`
 | 
			
		||||
      max-width: 100%;
 | 
			
		||||
      .gf-form {
 | 
			
		||||
        margin-bottom: 0.5;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user