Skip to content

Commit

Permalink
Stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jan 4, 2023
1 parent 6827b02 commit 6ca9101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/PDFViewer/pdf-pagePrev-styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
}

.pdf-pages-preview {
display: flex;
width: 17%;
max-height: 100vh;
display: flex;
flex-direction: column;
overflow-y: scroll;
}
Expand Down

0 comments on commit 6ca9101

Please sign in to comment.