communication fix
This commit is contained in:
@ -176,9 +176,10 @@
|
||||
}
|
||||
|
||||
>span {
|
||||
flex: 1 1 auto;
|
||||
// flex: 1 1 auto;
|
||||
color: var(--strong-color);
|
||||
font-size: var(--font-larger-size);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-right: 10px;
|
||||
@ -319,7 +320,6 @@
|
||||
.grid {
|
||||
height: 100%;
|
||||
min-height: 120px;
|
||||
overflow: hidden;
|
||||
|
||||
>.grid-body .grid-body-content>.grid-row>td {
|
||||
vertical-align: top;
|
||||
|
Reference in New Issue
Block a user