* 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 {
|
||||
overflow-wrap: normal;
|
||||
white-space: nowrap;
|
||||
overflow-wrap: break-word;
|
||||
white-space: normal;
|
||||
overflow: hidden;
|
||||
max-width: calc(100% - 40px); /* calc(100% - 50px); 20px = eye icon */
|
||||
text-overflow: ellipsis;
|
||||
@ -71,6 +71,7 @@
|
||||
|
||||
.dcmseg-segment-item .segment-label .eye-icon {
|
||||
cursor: pointer;
|
||||
min-width: 20px;
|
||||
color: var(--active-color);
|
||||
}
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
3.7
|
||||
3.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user