diff --git a/src/Fields/Settings/Wrapper.php b/src/Fields/Settings/Wrapper.php index 95efc0e0..ea81178f 100644 --- a/src/Fields/Settings/Wrapper.php +++ b/src/Fields/Settings/Wrapper.php @@ -25,7 +25,7 @@ public function wrapper(array $wrapper): static return $this; } - public function column(int $width): static + public function column(int|float $width): static { $this->settings['wrapper']['width'] = $width;