diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-11 18:02:23 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-11 18:02:29 +0100 |
| commit | ebfea6224bc3b72f3159cd8240a0f3e98366a604 (patch) | |
| tree | 067a3214b6bd48bf2e520f55c147b61e4d1ceb96 /src/librustdoc/html/static/rustdoc.css | |
| parent | e413d89aa706060ddc347e1e06d551ec86d3f471 (diff) | |
| download | rust-ebfea6224bc3b72f3159cd8240a0f3e98366a604.tar.gz rust-ebfea6224bc3b72f3159cd8240a0f3e98366a604.zip | |
Fix item name display on mobile
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 8eef65a231d..f208281d3b6 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1571,7 +1571,7 @@ h4 > .notable-traits { #main > table:not(.table-display) td { word-break: break-word; - min-width: 10%; + width: 50%; } .search-container > div { |
