mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514
Fix item name display on mobile Fixes https://github.com/rust-lang/docs.rs/issues/1200   cc `@jyn514` r? `@Nemo157`
This commit is contained in:
@@ -1570,9 +1570,13 @@ h4 > .notable-traits {
|
||||
height: 73px;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
#main > table:not(.table-display) td {
|
||||
word-break: break-word;
|
||||
min-width: 10%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.search-container > div {
|
||||
|
||||
Reference in New Issue
Block a user