Commit 41f0685d authored by Pietro Albini's avatar Pietro Albini

Truncated questions title in lists via css

parent 65f1b36e
......@@ -562,6 +562,13 @@ padding-top: 4px;
width: 100%;
}*/
.question-summary-wrapper h2 a
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.short-summary-title {
float: left;
}
......
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