mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
Wrap too long item name and improve the item list display a bit
This commit is contained in:
parent
52f3c71c8d
commit
fed059270a
@ -2174,6 +2174,14 @@ in src-script.js and main.js
|
||||
padding: 2px 4px;
|
||||
box-shadow: 0 0 4px var(--main-background-color);
|
||||
}
|
||||
|
||||
.item-table > li > .item-name {
|
||||
width: 33%;
|
||||
}
|
||||
.item-table > li > div {
|
||||
padding-bottom: 5px;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
Loading…
Reference in New Issue
Block a user