From 2882dfbadb11b155036c6e9f61eb4446a1c551f3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 15 Nov 2017 13:34:29 +0100 Subject: [PATCH] Fix flexbox overflowing --- client/talk-plugin-history/Comment.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/talk-plugin-history/Comment.css b/client/talk-plugin-history/Comment.css index a18095d01..40a003de1 100644 --- a/client/talk-plugin-history/Comment.css +++ b/client/talk-plugin-history/Comment.css @@ -14,7 +14,11 @@ } .main { - width: 100%; + min-width: 70%; +} + +.sidebar { + min-width: 30%; } .commentBody {