Merge pull request #12848 from timvandermeij/annotation-horizontal

Correctly align annotation content in horizontal/spead scrolling modes
This commit is contained in:
Tim van der Meij 2021-01-10 19:03:40 +01:00 committed by GitHub
commit 631bada0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
.annotationLayer section {
position: absolute;
text-align: initial;
}
.annotationLayer .linkAnnotation > a,
@ -165,6 +166,7 @@
cursor: pointer;
font: message-box;
font-size: 9px;
white-space: normal;
word-wrap: break-word;
}