Merge pull request #12848 from timvandermeij/annotation-horizontal
Correctly align annotation content in horizontal/spead scrolling modes
This commit is contained in:
commit
631bada0df
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
.annotationLayer section {
|
.annotationLayer section {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
text-align: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.annotationLayer .linkAnnotation > a,
|
.annotationLayer .linkAnnotation > a,
|
||||||
@ -165,6 +166,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font: message-box;
|
font: message-box;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
|
white-space: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user