Client: Control input box not wrapping #141
authorDarren <darren@darrenwhitlen.com>
Fri, 30 Nov 2012 16:04:43 +0000 (16:04 +0000)
committerDarren <darren@darrenwhitlen.com>
Fri, 30 Nov 2012 16:04:43 +0000 (16:04 +0000)
client/assets/css/style.css

index 6c27cf74320f889b2b7b236afbe9de5dcb96c19c..af6008bed38b140b1174504a6aff0e09956ba527 100644 (file)
@@ -124,7 +124,7 @@ html, body { height:100%; }
 #kiwi #controlbox .input .input_wrap { display:inline; }
 
 /* The textarea input */
-#kiwi #controlbox .input .inp { }
+#kiwi #controlbox .input .inp { white-space: nowrap; }
 
 
 /* Nick change dialog showed when clicking the nick label */