Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: LOPS-348: Image should fit viewport regardless of its height (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex authored Aug 3, 2023
1 parent 2482dd2 commit 568c0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CandidateTaskView/CandidateTaskView.styl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
max-width 100%
height auto
width auto
max-height: calc(80vh - var(--header-height) - var(--ribbon-height));
&_text,
&_link
padding 12px 16px
Expand Down

0 comments on commit 568c0be

Please sign in to comment.