Temporary hack to constrain LLP container size.

pull/6138/head
Richard Lewis 2018-02-13 20:42:46 +00:00
parent 0b5fe1232f
commit 55cacfba82
1 changed files with 1 additions and 0 deletions

View File

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