diff --git a/module/todo/ui/create.html.php b/module/todo/ui/create.html.php
index c1abb9ca3d..e638971e66 100644
--- a/module/todo/ui/create.html.php
+++ b/module/todo/ui/create.html.php
@@ -428,6 +428,7 @@ formPanel
picker
(
set::id('begin'),
+ set::width('80px'),
set::name('begin'),
set::required(true),
set::items($times),
@@ -438,6 +439,7 @@ formPanel
picker
(
set::id('end'),
+ set::width('80px'),
set::name('end'),
set::required(true),
set::items($times),