1
Fork 0

rustdoc: Don't overflow long type/module names

Closes #9862
This commit is contained in:
Alex Crichton 2013-10-21 10:48:57 -07:00
parent a25bbcc27f
commit bf6bb01a22

View file

@ -110,6 +110,13 @@ body {
margin-bottom: 10px;
}
.block h2 { margin-top: 0; }
.block a {
display: inline-block;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
line-height: 15px;
}
.content {
background: #f3f3f3;