From 39d46e2aeb17d47d7e9f8021ca65615c5dbe6ec4 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 10 Nov 2018 17:42:07 +0100 Subject: [PATCH] Add a min-width to app-mailbox-peers --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index b61347c..a841bc4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,6 @@ /* Navigation: folder like structure */ #app-mailbox-peers { + min-width: 20em; height: 100%; float: left; box-sizing: border-box;