Remove unused class rule

This commit is contained in:
Guillaume Gomez 2020-10-08 13:25:15 +02:00
parent efbaa41306
commit ce45b4f3ba

View File

@ -394,13 +394,6 @@ nav.sub {
display: inline;
}
.docblock-short.nowrap {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.docblock-short p {
overflow: hidden;
text-overflow: ellipsis;