From 0674297eb79f30d83d75e8ba02e9febd8c678761 Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Sat, 12 Sep 2015 13:08:33 +0100 Subject: [PATCH] Fix width of chat input field and submit button --- less/chats.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/less/chats.less b/less/chats.less index 994db91..55ee56d 100644 --- a/less/chats.less +++ b/less/chats.less @@ -213,9 +213,4 @@ .chat-content { padding-top: 10px; } - - .input-group { - position: absolute; - right: 15px; - } -} \ No newline at end of file +}