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 5bd5d21 commit 9e5247bCopy full SHA for 9e5247b
src/librustdoc/html/static/css/rustdoc.css
@@ -1943,13 +1943,8 @@ in src-script.js and main.js
1943
pixels to avoid overflowing the topbar when the user sets a bigger
1944
font size. */
1945
font-size: 24px;
1946
- }
1947
-
1948
- .mobile-topbar h2 a {
1949
- display: block;
1950
- text-overflow: ellipsis;
1951
- overflow: hidden;
1952
white-space: nowrap;
+ text-overflow: ellipsis;
1953
}
1954
1955
.mobile-topbar .logo-container > img {
0 commit comments