1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

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

This commit is contained in:
Bastien Wirtz 2025-03-04 21:24:20 +01:00
parent 60a45191b9
commit 11934c3995

View file

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