From de0089fbe82a20bb208137efbfa0ab13885e5115 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 31 Jan 2023 16:04:16 +0100 Subject: [PATCH] revert width --- .../feature-list-feature/feature-list-feature.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/common-map/src/fm-map/components/feature-list-feature/feature-list-feature.component.scss b/projects/common-map/src/fm-map/components/feature-list-feature/feature-list-feature.component.scss index 49ea36c..ca5aac2 100644 --- a/projects/common-map/src/fm-map/components/feature-list-feature/feature-list-feature.component.scss +++ b/projects/common-map/src/fm-map/components/feature-list-feature/feature-list-feature.component.scss @@ -11,9 +11,11 @@ .thumbnail > img { height: auto; + width: 100%; } .thumbnail > div { + width: 100%; font-size: 2rem; text-align: center; min-height: 3rem;