From cdf44e02191c0431ed660947ef5a8a2dff44327b Mon Sep 17 00:00:00 2001 From: Maximouse <51849865+mxmou@users.noreply.github.com> Date: Sun, 9 Jan 2022 14:30:45 +0100 Subject: [PATCH] Increase max-width of studio titles on Explore and search --- src/components/grid/grid.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/grid/grid.scss b/src/components/grid/grid.scss index 3cd926af2..8b7d61540 100644 --- a/src/components/grid/grid.scss +++ b/src/components/grid/grid.scss @@ -85,6 +85,12 @@ height: 120px; } } + + .thumbnail-info { + .thumbnail-title { + max-width: 204px; + } + } } }