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 52f3c71 commit fed0592Copy full SHA for fed0592
src/librustdoc/html/static/css/rustdoc.css
@@ -2174,6 +2174,14 @@ in src-script.js and main.js
2174
padding: 2px 4px;
2175
box-shadow: 0 0 4px var(--main-background-color);
2176
}
2177
+
2178
+ .item-table > li > .item-name {
2179
+ width: 33%;
2180
+ }
2181
+ .item-table > li > div {
2182
+ padding-bottom: 5px;
2183
+ word-break: break-all;
2184
2185
2186
2187
@media print {
0 commit comments