[SSE mobile] debug CellEditor opening

This commit is contained in:
Maxim Kadushkin 2016-12-12 12:06:45 +03:00
parent ca8751175f
commit 67e3aa2e35

View file

@ -19,7 +19,7 @@
height: @cellEditorHeight;
min-height: @cellEditorHeight;
transition: min-height .15s;
transition: min-height .1s;
background-color: #fff;
display: flex;
@ -31,7 +31,7 @@
&.expanded {
min-height: @cellEditorExpandedHeight;
//height: @cellEditorExpandedHeight;
transition: min-height .15s;
transition: min-height .1s;
}
.btn {