* fix: #2964 Reword message for segmentation error loading due to orientation tolerance * fix: Show eye-icon when segment name is long * update python version
This commit is contained in:
parent
b9d484fb2e
commit
1d29554a91
@ -62,8 +62,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dcmseg-segment-item .segment-label span {
|
.dcmseg-segment-item .segment-label span {
|
||||||
overflow-wrap: normal;
|
overflow-wrap: break-word;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: calc(100% - 40px); /* calc(100% - 50px); 20px = eye icon */
|
max-width: calc(100% - 40px); /* calc(100% - 50px); 20px = eye icon */
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -71,6 +71,7 @@
|
|||||||
|
|
||||||
.dcmseg-segment-item .segment-label .eye-icon {
|
.dcmseg-segment-item .segment-label .eye-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
min-width: 20px;
|
||||||
color: var(--active-color);
|
color: var(--active-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3.7
|
3.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user