summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module4
1 files changed, 2 insertions, 2 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;