fix 'save changes' linewrap - thanks jfred

This commit is contained in:
Matthew Hodgson 2015-08-14 17:08:31 +01:00
parent cb7f1aa916
commit 6b72c992c5

View File

@ -62,8 +62,12 @@ limitations under the License.
cursor: pointer; cursor: pointer;
/*
-webkit-flex: 0 0 90px; -webkit-flex: 0 0 90px;
flex: 0 0 90px; flex: 0 0 90px;
*/
padding-left: 12px;
padding-right: 12px;
} }
.mx_RoomHeader_rightRow { .mx_RoomHeader_rightRow {