[SSE] fix bug 34356
This commit is contained in:
parent
b01e8e59a1
commit
c6074f938b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue