[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 {
|
.group-name {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
float: left;
|
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phone {
|
||||||
|
#cell-editing-box #ce-cell-name {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue