Rollup merge of #105064 - notriddle:notriddle/main-min-width, r=GuillaumeGomez
rustdoc: add comment to confusing CSS `main { min-width: 0 }`
This CSS was added in cad0fce205
, but the reason why it was necessary was unclear. This comment makes it clear.
This commit is contained in:
commit
4357c2d018
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ main {
|
|||
position: relative;
|
||||
flex-grow: 1;
|
||||
padding: 10px 15px 40px 45px;
|
||||
min-width: 0;
|
||||
min-width: 0; /* avoid growing beyond the size limit */
|
||||
}
|
||||
|
||||
.source main {
|
||||
|
|
Loading…
Add table
Reference in a new issue