Temporary hack to constrain LLP container size.

This commit is contained in:
Richard Lewis 2018-02-13 20:42:46 +00:00
parent 0b5fe1232f
commit 55cacfba82

View file

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