From be2bf9897a15e9e2155b35e02acdfec5cc60ff18 Mon Sep 17 00:00:00 2001 From: DanGastardelli <55243638+DanGastardelli@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:33:00 -0300 Subject: [PATCH] Adjust the font size of the 'No thumbnails available' text. (cherry picked from commit c4dfed0e02ad0f4407af1aa29a320e02b26e401f) --- src/app/thumbnail/thumbnail.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/thumbnail/thumbnail.component.scss b/src/app/thumbnail/thumbnail.component.scss index cb75e38d8c..056b3db8cf 100644 --- a/src/app/thumbnail/thumbnail.component.scss +++ b/src/app/thumbnail/thumbnail.component.scss @@ -34,6 +34,7 @@ img { justify-content: center; align-items: center; text-align: center; + font-size: 14px; } } }