]> git.lizzy.rs Git - rust.git/commitdiff
Fix item info display
authorGuillaume Gomez <guillaume.gomez@huawei.com>
Sun, 18 Jul 2021 10:25:49 +0000 (12:25 +0200)
committerGuillaume Gomez <guillaume.gomez@huawei.com>
Sun, 18 Jul 2021 10:25:49 +0000 (12:25 +0200)
src/librustdoc/html/static/css/rustdoc.css

index b86f012c0e168669479e4b8a6f461343ed09791c..e7a92e638467deb74d6f1d37141624bfe59e5eb4 100644 (file)
@@ -921,6 +921,9 @@ body.blur > :not(#help) {
        padding: 0 20px 20px 17px;;
 }
 
+.item-info .stab {
+       display: table;
+}
 .stab {
        border-width: 1px;
        border-style: solid;