From c8f8f6741a411fc9944eae3199b4d21c3e8ced03 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman <jeremy@jeremyhuffman.com> Date: Thu, 6 Sep 2012 22:29:03 -0400 Subject: [PATCH] let profile tag entry grow to size of input box use auto so line-breaks work better --- app/assets/stylesheets/vendor/autoSuggest.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/vendor/autoSuggest.css b/app/assets/stylesheets/vendor/autoSuggest.css index 93866e5c1b..dd91bbcc65 100644 --- a/app/assets/stylesheets/vendor/autoSuggest.css +++ b/app/assets/stylesheets/vendor/autoSuggest.css @@ -111,12 +111,16 @@ ul.as-selections li.as-original input { border: none; outline: none; font-size: 13px; - width: 120px; + width: auto; height: 14px; padding: 0; margin: 0; } +ul.as-selections li.as-original.as-original{ + width: auto; +} + ul.as-list { position: absolute; list-style-type: none; -- GitLab