Skip to content

Commit 94fedeb

Browse files
author
hikki
committed
v3 css
1 parent e7f6a5c commit 94fedeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widget/Linear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function render()
3030
$columns = json_encode($columns);
3131
}
3232
$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';
33+
$height = isset($this->attributes['height']) ? $this->attributes['height'] : '355px';
3434
$this->addVariables(['height' => $height]);
3535
$data = json_encode($this->options, JSON_UNESCAPED_UNICODE | JSON_HEX_QUOT | JSON_HEX_APOS);
3636
$this->script = <<<EOT

0 commit comments

Comments
 (0)