Commit c6074f93 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE] fix bug 34356

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