Commit c6074f93 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE] fix bug 34356

parent b01e8e59
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
.group-name { .group-name {
display: inline-flex; display: inline-flex;
float: left;
background-color: @gray-light; background-color: @gray-light;
} }
...@@ -69,14 +68,10 @@ ...@@ -69,14 +68,10 @@
#ce-function { #ce-function {
height: @cellEditorHeight; height: @cellEditorHeight;
line-height: @cellEditorHeight; line-height: @cellEditorHeight;
display: flex;
align-items: center;
padding: 0 10px; padding: 0 10px;
float: right;
} }
.group-expand { .group-expand {
float: right;
} }
.group-content { .group-content {
...@@ -132,3 +127,9 @@ ...@@ -132,3 +127,9 @@
border-radius: 0; border-radius: 0;
} }
} }
.phone {
#cell-editing-box #ce-cell-name {
width: 70px;
}
}
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