diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 05361976efc..957af62c0ea 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -183,3 +183,9 @@ line-height: 24px; } } + +@media (max-width: $screen-xs-max) { + .event-item .event-title { + @include str-truncated(65%); + } +}