fix(web): prevent gallery item description from overflowing (#3990)

* fix(web): prevent gallery item description from overflowing

* break overflowing text instead of hiding it

Signed-off-by: Nitrrine <43351072+Nitrrine@users.noreply.github.com>

* fix: fix

---------

Signed-off-by: Nitrrine <43351072+Nitrrine@users.noreply.github.com>
This commit is contained in:
Nitrrine 2025-07-14 04:36:43 +05:00 committed by GitHub
parent c1b95ede07
commit 5d19d31b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -705,9 +705,9 @@ export default defineNuxtComponent({
} }
.gallery-body { .gallery-body {
flex-grow: 1;
width: calc(100% - 2 * var(--spacing-card-md)); width: calc(100% - 2 * var(--spacing-card-md));
padding: var(--spacing-card-sm) var(--spacing-card-md); padding: var(--spacing-card-sm) var(--spacing-card-md);
overflow-wrap: anywhere;
.gallery-info { .gallery-info {
h2 { h2 {