From 49e15f013091945c242819ef9f865621e3dd90bd Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Sat, 7 Jun 2014 12:07:50 +0200
Subject: [PATCH] app settings: only display text fields at full width, not
 buttons

---
 core/css/apps.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/apps.css b/core/css/apps.css
index f919bf09fb..be1a98c3c1 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -220,7 +220,7 @@
 }
 
 /* display input fields at full width */
-#app-settings-content input {
+#app-settings-content input[type='text'] {
 	width: 93%;
 }
 
-- 
GitLab