We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12b52 commit 35fb71fCopy full SHA for 35fb71f
src/librustdoc/html/static/css/rustdoc.css
@@ -2127,6 +2127,14 @@ in src-script.js and main.js
2127
padding: 2px 4px;
2128
box-shadow: 0 0 4px var(--main-background-color);
2129
}
2130
+
2131
+ .item-table > li > .item-name {
2132
+ width: 50%;
2133
+ }
2134
+ .item-table > li > div {
2135
+ padding-bottom: 5px;
2136
+ word-break: break-all;
2137
2138
2139
2140
@media print {
0 commit comments