From 22fb30a587a52cb8c52d95033975f088094a9d14 Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Mon, 2 Jul 2018 02:33:27 -0400 Subject: [PATCH] Set the settings container to the contacts width. (#253) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a8f2bab..2dc5895 100644 --- a/css/style.css +++ b/css/style.css @@ -226,7 +226,7 @@ width: 20%; } -#app-settings-header { +#app-settings-header, #app-settings-content { width: auto; }