From 652d9565efc9ca1055df3c6785c2e80a07a4c037 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Fri, 16 May 2014 17:59:33 +0530 Subject: fixed width issue with inputs on float --- css/feedback.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/feedback.css b/css/feedback.css index 6add9ed..592b9ce 100644 --- a/css/feedback.css +++ b/css/feedback.css @@ -22,3 +22,9 @@ #feedback-form #edit-institution { width: 95%; } +#feedback-form #edit-first-name, +#feedback-form #edit-last-name, +#feedback-form #edit-email, +#feedback-form #edit-phone { + width: 97%; +} -- cgit