From 122f7e4c2f4a95f904d052059e81ac855fbd2c3c Mon Sep 17 00:00:00 2001
From: Tom Needham <needham.thomas@gmail.com>
Date: Sat, 17 Mar 2012 12:41:16 +0000
Subject: [PATCH] Dont truncate the time format

---
 apps/calendar/templates/settings.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php
index f74a45203e..fb2a04a649 100644
--- a/apps/calendar/templates/settings.php
+++ b/apps/calendar/templates/settings.php
@@ -31,7 +31,7 @@
             </select><input type="checkbox" name="timezonedetection" id="timezonedetection"><label for="timezonedetection"><?php echo $l->t('Check always for changes of the timezone'); ?></label></td></tr>
 
             <tr><td><label for="timeformat" class="bold"><?php echo $l->t('Timeformat');?></label></td><td>
-                <select style="display: none;" id="timeformat" title="<?php echo "timeformat"; ?>" name="timeformat">
+                <select style="display: none; width: 60px;" id="timeformat" title="<?php echo "timeformat"; ?>" name="timeformat">
                     <option value="24" id="24h"><?php echo $l->t("24h"); ?></option>
                     <option value="ampm" id="ampm"><?php echo $l->t("12h"); ?></option>
                 </select>
-- 
GitLab