From 7015f21e5a359ce55db3b4e81cbbb556b5759386 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 2 Sep 2014 13:44:53 -0700
Subject: [PATCH] welcome page: improve CSS slightly for narrow windows

Thanks to tarcieri for the patch.

refs ticket:1931
---
 src/allmydata/web/static/css/new-tahoe.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/allmydata/web/static/css/new-tahoe.css b/src/allmydata/web/static/css/new-tahoe.css
index dfe24637..fa1269a1 100644
--- a/src/allmydata/web/static/css/new-tahoe.css
+++ b/src/allmydata/web/static/css/new-tahoe.css
@@ -4,6 +4,7 @@ body {
 }
 
 .sidebar-nav {
+  min-width: 250px;
   padding: 9px 0;
 }
 
@@ -51,6 +52,7 @@ body {
 
 .furl {
     font-size: 0.8em;
+    word-wrap: break-word;
 }
 
 .peerid {
-- 
2.45.2