Merge pull request #6447 from mxmou/search-thumbnail-title-full-width

Increase max-width of studio titles on Explore and search
This commit is contained in:
Tom Lum 2022-03-18 16:28:47 -04:00 committed by GitHub
commit 6471832f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,12 @@
height: 120px;
}
}
.thumbnail-info {
.thumbnail-title {
max-width: 204px;
}
}
}
}