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

[SSE mobile] debug CellEditor opening

parent ca875117
......@@ -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 {
......
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