From 85933c484526f4edbd8dc7ae73da6f69dc433e06 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Thu, 25 Aug 2022 17:45:25 +0200 Subject: [PATCH] fix: lil photo info bug Co-authored-by: David Ralph --- src/components/widgets/background/scss/_photoinformation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/widgets/background/scss/_photoinformation.scss b/src/components/widgets/background/scss/_photoinformation.scss index 21dc0e7a..23306112 100644 --- a/src/components/widgets/background/scss/_photoinformation.scss +++ b/src/components/widgets/background/scss/_photoinformation.scss @@ -181,6 +181,7 @@ .photoInformation { @extend %basic; + min-width: 300px; font-size: 0.8em; font-weight: 300; z-index: 99;