diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 4e9980bf3d..51afe0659f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -26,12 +26,11 @@ ul#sidebar { #application_area { - min-width: 670px; } .message_list { + max-width: 640px; background-color: aliceblue; - width: 640px; padding-left: 10px; padding-right: 20px; }