[SSE] fix bug 34356

This commit is contained in:
Maxim Kadushkin 2017-03-16 18:11:39 +03:00
parent b01e8e59a1
commit c6074f938b
3 changed files with 14 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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;
}
}