From f45c6eff295516b1abb947f9f4a6c0f5a0876bf1 Mon Sep 17 00:00:00 2001 From: kienan Date: Thu, 23 Apr 2020 00:31:04 -0400 Subject: [PATCH] Set a fixed width for the negotiation sidebar It's really frustrating that is widens and narrows depending on the content. --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 05a6e2a..c9a3495 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -970,7 +970,8 @@ img { } .negotiation-sidebar { - max-width: 30%; + min-width: 400px; + max-width: 400px; } .negotiation-sidebar p {