Commit 67e3aa2e authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] debug CellEditor opening

parent ca875117
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
height: @cellEditorHeight; height: @cellEditorHeight;
min-height: @cellEditorHeight; min-height: @cellEditorHeight;
transition: min-height .15s; transition: min-height .1s;
background-color: #fff; background-color: #fff;
display: flex; display: flex;
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
&.expanded { &.expanded {
min-height: @cellEditorExpandedHeight; min-height: @cellEditorExpandedHeight;
//height: @cellEditorExpandedHeight; //height: @cellEditorExpandedHeight;
transition: min-height .15s; transition: min-height .1s;
} }
.btn { .btn {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment