mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
c8e94a2443
commit
8cdc752497
@ -28,7 +28,7 @@ export class VariableInput extends PureComponent<Props> {
|
||||
ref={(instance) => {
|
||||
if (instance) {
|
||||
instance.focus();
|
||||
instance.setAttribute('style', `width:${Math.max(instance.width, 80)}px`);
|
||||
instance.setAttribute('style', `width:${Math.max(instance.width, 150)}px`);
|
||||
}
|
||||
}}
|
||||
type="text"
|
||||
|
Loading…
Reference in New Issue
Block a user