Skip to content

Commit b75d4c1

Browse files
authored
fix: truncate overflowing annotation values in ui (#945)
1 parent f0b6363 commit b75d4c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/annotations.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ div.neuroglancer-annotation-details-description {
262262
font-family: monospace;
263263
font-size: medium;
264264
flex: 1;
265+
text-overflow: ellipsis;
266+
overflow: hidden;
265267
}
266268

267269
input.neuroglancer-segment-list-entry-id {

0 commit comments

Comments
 (0)