Skip to content

Commit

Permalink
EZP-32285: Cropped image needs to be improved in UDW thumbnail view (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 15, 2021
1 parent 0379867 commit ee3ee48
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@
background-color: $ibexa-color-base-light;
cursor: not-allowed;
}

.c-thumbnail {
img {
max-width: calculateRem(180px);
max-height: calculateRem(180px);
}
}
}

0 comments on commit ee3ee48

Please # to comment.