switch EditableText to contentEditable; fix auxPanel layout bug in the general case (not just for video)

This commit is contained in:
Matthew Hodgson 2016-01-10 13:04:15 +00:00
parent 8a156dcac8
commit 93c4fc8785
2 changed files with 43 additions and 14 deletions

View file

@ -15,7 +15,6 @@ limitations under the License.
*/
.mx_RoomSettings {
max-height: 250px;
padding-top: 12px;
}
@ -83,10 +82,6 @@ limitations under the License.
border: none;
}
.mx_RoomSettings_description {
width: 330px;
}
.mx_RoomSettings_buttons {
text-align: right;
margin-bottom: 16px;