mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fix: collapsing white space
This commit is contained in:
parent
450eae74c1
commit
d9d8cb31cf
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ let collapsed = $ref(isLong);
|
|||
&.collapsed,
|
||||
&.truncate {
|
||||
:deep(br) {
|
||||
display: none; // collapse white spaces
|
||||
display: block; // collapse white spaces
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue