Commit 5155b979 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #9076 from dsander/event-title-width

Fix event-title max-width in the dashboard
parents 0d881c78 eaf919ec
......@@ -45,7 +45,8 @@
padding: 12px 0px;
border-bottom: 1px solid #eee;
.event-title {
@include str-truncated(72%);
max-width: 70%;
@include str-truncated(calc(100% - 174px));
font-weight: 500;
font-size: 14px;
.author_name {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment