diff --git a/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss b/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss index 59c66d514..fcba65a2f 100644 --- a/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss +++ b/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss @@ -16,8 +16,12 @@ * along with this program. If not, see . */ -figure, .thumb-detail img { +figure.thumb-detail img { width: 100%; height: auto; max-height: 100%; } + +figure.thumb-brief img { + min-width: 120px; +}