fix: hide overflow to avoid scroll bars in cards #885

pull/887/head
Bastien Wirtz 2025-03-04 21:24:20 +01:00
parent 60a45191b9
commit 11934c3995
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
@mixin ellipsis() {
white-space: nowrap;
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
}