From 5a5ddf2c0ee63683e2ca684e691d7a8e10fb5220 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Tue, 8 Oct 2013 11:55:57 -0400 Subject: [PATCH] Fix the width on the twitter typeahead to match the parent. --- static/css/quay.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/quay.css b/static/css/quay.css index a28918bf7..3c53572c5 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -769,6 +769,7 @@ p.editable:hover i { font-size: 14px; line-height: 1.428571429; border: 1px solid transparent; + width: 100%; } /** Fix for bootstrap dialogs that are broken. */