Jeremy Newman : form-control-inline should be auto width

Jeremy Newman jnewman at winehq.org
Mon Nov 21 08:38:08 CST 2016


Module: appdb
Branch: master
Commit: dae8be61e591557506fafb446c26039a97ef865b
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=dae8be61e591557506fafb446c26039a97ef865b

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Nov 17 10:08:17 2016 -0600

form-control-inline should be auto width

---

 styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles.css b/styles.css
index d00d51f..9426e95 100644
--- a/styles.css
+++ b/styles.css
@@ -39,7 +39,7 @@ PRE {
 /* make a form control inline */
 input.form-control-inline {
     display: inline;
-    width: 100%;
+    width: auto;
 }
 select.form-control-inline {
     display: inline;




More information about the wine-cvs mailing list