We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4653c93 commit ecc8d00Copy full SHA for ecc8d00
src/librustdoc/html/static/css/rustdoc.css
@@ -1976,10 +1976,7 @@ in storage.js
1976
}
1977
1978
.scraped-example .code-wrapper .example-wrap {
1979
- display: grid;
1980
- grid-template-columns: max-content auto;
1981
width: 100%;
1982
- overflow-x: auto;
1983
overflow-y: hidden;
1984
margin-bottom: 0;
1985
@@ -1988,13 +1985,6 @@ in storage.js
1988
overflow-x: hidden;
1989
1986
1990
1987
1991
-.scraped-example .code-wrapper .example-wrap pre.rust {
1992
- overflow-x: inherit;
1993
- width: inherit;
1994
- overflow-y: hidden;
1995
-}
1996
-
1997
1998
.more-examples-toggle {
1999
max-width: calc(100% + 25px);
2000
margin-top: 10px;
0 commit comments