Skip to content

Commit c374815

Browse files
committed
changes whilre reviewing
1 parent 24d0cb5 commit c374815

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/annotorious-annotator/line-parser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ class AnnotoriousAnnotator extends HTMLElement {
293293
background-color: var(--primary-color);
294294
color: var(--white);
295295
cursor: pointer;
296+
max-width: 300px;
297+
overflow: hidden;
298+
text-overflow: ellipsis;
296299
}
297300
tpen-page-selector::part(select):hover,
298301
tpen-page-selector::part(select):focus-visible {

0 commit comments

Comments
 (0)