Merge pull request #6138 from vector-im/rxl881/llpFix

Temporary hack to constrain LLP container size.
This commit is contained in:
Richard Lewis 2018-02-13 20:45:39 +00:00 committed by GitHub
commit a966cc7dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ limitations under the License.
.mx_LeftPanel_container {
display: flex;
flex: 0 0 235px;
}
.mx_LeftPanel_hideButton {