diff options
-rw-r--r-- | modules/user.module | 4 | ||||
-rw-r--r-- | modules/user/user.module | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/user.module b/modules/user.module index 00a4de46f..537ce008d 100644 --- a/modules/user.module +++ b/modules/user.module @@ -341,7 +341,7 @@ function user_block($op = "list", $delta = 0) { $output .= theme_invoke("theme_item_list", $items); $block["subject"] = t("Log in"); - $block["content"] = "<div style=\"{ width: 155; }\">$output</div>"; + $block["content"] = "<div style=\"{ white-space: nowrap; }\">$output</div>"; return $block; } break; @@ -355,7 +355,7 @@ function user_block($op = "list", $delta = 0) { $output = implode($content, "<br />"); $block["subject"] = $user->name; - $block["content"] = "<div style=\"{ width: 155; }\">$output</div>"; + $block["content"] = "<div style=\"{ white-space: nowrap; }\">$output</div>"; return $block; } break; diff --git a/modules/user/user.module b/modules/user/user.module index 00a4de46f..537ce008d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -341,7 +341,7 @@ function user_block($op = "list", $delta = 0) { $output .= theme_invoke("theme_item_list", $items); $block["subject"] = t("Log in"); - $block["content"] = "<div style=\"{ width: 155; }\">$output</div>"; + $block["content"] = "<div style=\"{ white-space: nowrap; }\">$output</div>"; return $block; } break; @@ -355,7 +355,7 @@ function user_block($op = "list", $delta = 0) { $output = implode($content, "<br />"); $block["subject"] = $user->name; - $block["content"] = "<div style=\"{ width: 155; }\">$output</div>"; + $block["content"] = "<div style=\"{ white-space: nowrap; }\">$output</div>"; return $block; } break; |