From e8399f98df92045740c629cf2e40b79e8896c5e7 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 17 Oct 2014 14:47:57 -0700 Subject: [PATCH] Quickfix for wonky tagsinput --- stylesheets/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/index.css b/stylesheets/index.css index 7113ec1bb..7b0ebf3a3 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -32,3 +32,7 @@ ul.discussion { padding: 10px; box-sizing: border-box; } + +.conversation .bootstrap-tagsinput { + max-width: 40%; +}