Add composer controls wrapper to set correct width on the composer controls wrapper div

pull/1249/head
David Baker 2016-03-23 15:21:37 +00:00
parent 66e36e9d40
commit cfcb050822
2 changed files with 6 additions and 2 deletions

View File

@ -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"
}

View File

@ -37,6 +37,10 @@ limitations under the License.
display: block;
}
.mx_MessageComposer_composecontrols {
width: 100%;
}
.mx_MessageComposer_noperm_error {
display: table-cell;
width: 100%;