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:
commit
63e86a7f72
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue