From cfcb050822454a0cd4eee8b6a80de4e05cd61104 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 23 Mar 2016 15:21:37 +0000 Subject: [PATCH] Add composer controls wrapper to set correct width on the composer controls wrapper div --- config.json | 4 ++-- .../css/matrix-react-sdk/views/rooms/MessageComposer.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 923d23ab2c..0c51ab012c 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "default_hs_url": "https://matrix.org", - "default_is_url": "https://vector.im" + "default_hs_url": "http://localhost:8008", + "default_is_url": "http://localhost:8090" } diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/MessageComposer.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/MessageComposer.css index 8631d7749a..9ed5f1cb3c 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/MessageComposer.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/MessageComposer.css @@ -37,6 +37,10 @@ limitations under the License. display: block; } +.mx_MessageComposer_composecontrols { + width: 100%; +} + .mx_MessageComposer_noperm_error { display: table-cell; width: 100%;