diff -urp location.org/location.css location.patch/location.css
--- location.org/location.css	2007-06-16 11:17:52.000000000 +0800
+++ location.patch/location.css	2007-08-18 22:12:08.437500000 +0800
@@ -1,3 +1,10 @@
+/* Following two lines added to fix issue #165434, 'Location box on Submit Node form too wide'
+*/
+form .location tr td .form-item { white-space: normal; }
+form .location tr td .form-item label { white-space: nowrap; } 
+
+/* Comment out previous css entries, as per issue #124314
+
 table.location-search-form {
   margin:0;
   border:0;
@@ -72,3 +79,4 @@ table.location-search-form-table tbody t
   padding:0;
 }
 
+*/
\ No newline at end of file
diff -urp location.org/location.inc location.patch/location.inc
--- location.org/location.inc	2007-08-18 22:20:57.078125000 +0800
+++ location.patch/location.inc	2007-08-18 22:19:20.906250000 +0800
@@ -322,6 +322,10 @@ function location_form($fields = array()
 function location_latlon_form($description = '', $prefilled_values = array()) {
   $form = array();
 
+  // Override the system.css settings for .tr, so the #description field doesn't
+  // make the table too wide. See issue #165434
+  drupal_add_css(drupal_get_path('module','location') .'/location.css');
+
   $usegmap = (function_exists('gmap_set_location') && variable_get('location_usegmap', 1));
 
   if ($usegmap) {
