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.
width: 100%
1 parent c147c0d commit a7c0c9fCopy full SHA for a7c0c9f
1 file changed
src/librustdoc/html/static/css/rustdoc.css
@@ -1433,6 +1433,7 @@ pre.rust {
1433
bottom: 0;
1434
left: 0;
1435
right: 0;
1436
+ /* work around button layout strangeness: https://stackoverflow.com/q/7271561 */
1437
width: 100%;
1438
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
1439
-webkit-appearance: none;
0 commit comments