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:
parent
c1b95ede07
commit
5d19d31b2c
@ -705,9 +705,9 @@ export default defineNuxtComponent({
|
||||
}
|
||||
|
||||
.gallery-body {
|
||||
flex-grow: 1;
|
||||
width: calc(100% - 2 * var(--spacing-card-md));
|
||||
padding: var(--spacing-card-sm) var(--spacing-card-md);
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
.gallery-info {
|
||||
h2 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user