Commit 551f59c5 authored by Pietro Albini's avatar Pietro Albini

Fixed overflowed text in badge list

parent 3dd443a3
...@@ -1041,6 +1041,12 @@ div.question-body p, div.answer-body p { ...@@ -1041,6 +1041,12 @@ div.question-body p, div.answer-body p {
overflow: hidden; overflow: hidden;
} }
.badge-list li {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/*.badge-list a { /*.badge-list a {
color: #DD4818; color: #DD4818;
......
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