We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f6a5c commit 94fedebCopy full SHA for 94fedeb
src/Widget/Linear.php
@@ -30,7 +30,7 @@ public function render()
30
$columns = json_encode($columns);
31
}
32
$options = isset($this->attributes['options']) ? json_encode($this->attributes['options']) : json_encode(['sortable' => true, 'delete' => true]);
33
- $height = isset($this->attributes['height']) ? $this->attributes['height'] : '352px';
+ $height = isset($this->attributes['height']) ? $this->attributes['height'] : '355px';
34
$this->addVariables(['height' => $height]);
35
$data = json_encode($this->options, JSON_UNESCAPED_UNICODE | JSON_HEX_QUOT | JSON_HEX_APOS);
36
$this->script = <<<EOT
0 commit comments