Skip to content

Commit

Permalink
Merge pull request #12848 from timvandermeij/annotation-horizontal
Browse files Browse the repository at this point in the history
Correctly align annotation content in horizontal/spead scrolling modes
  • Loading branch information
timvandermeij authored Jan 10, 2021
2 parents 666ef6d + 36e6ae5 commit 631bada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/annotation_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.annotationLayer section {
position: absolute;
text-align: initial;
}

.annotationLayer .linkAnnotation > a,
Expand Down Expand Up @@ -165,6 +166,7 @@
cursor: pointer;
font: message-box;
font-size: 9px;
white-space: normal;
word-wrap: break-word;
}

Expand Down

0 comments on commit 631bada

Please sign in to comment.