diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-08 19:33:58 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-08 19:33:58 -0400 |
| commit | 12e54a87f3eba2285ecc659f48fc023ccc146c3e (patch) | |
| tree | f678aebf5b64152246955c36d6e8880ea796476e /src/client/views/pdf/PDFViewer.scss | |
| parent | 04a881bd949341a1cc6580d72527532df8f5bb8e (diff) | |
| parent | 29cdf0d66df3e38408f69ac8225b4d59397ee2e6 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index c77cee792..f6fedf3da 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -15,6 +15,10 @@ mix-blend-mode: multiply; opacity: 0.9; + span { + padding-right: 5px; + padding-bottom: 4px; + } } .textLayer ::selection { background: yellow; } // should match the backgroundColor in createAnnotation() .textLayer .highlight { |
