Skip to content

Commit

Permalink
Merge pull request #12348 from AlexVelezLl/fix-pdf-css-import
Browse files Browse the repository at this point in the history
Fix pdf css import
  • Loading branch information
rtibbles authored Jun 24, 2024
2 parents 436954a + c1c3500 commit e44e95b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kolibri/plugins/pdf_viewer/assets/src/views/PdfPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
// Also defined in index.vue
$page-margin: 8px;
@import '../utils/text_layer_builder';
@import '../utils/annotation_layer_builder';
@import '../utils/text_layer_builder.css';
@import '../utils/annotation_layer_builder.css';
.pdf-page {
position: relative;
Expand Down

0 comments on commit e44e95b

Please sign in to comment.