mirror of https://github.com/bastienwirtz/homer
fix: hide overflow to avoid scroll bars in cards #885
parent
60a45191b9
commit
11934c3995
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
@mixin ellipsis() {
|
@mixin ellipsis() {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue