rustdoc: add comment to confusing CSS main { min-width: 0 }

This CSS was added in cad0fce2053d52b7ba04c458f4c124c8b5c6141e, but the
reason why it was necessary was unclear. This comment makes it clear.
This commit is contained in:
Michael Howell 2022-11-29 11:37:32 -07:00
parent e0098a5cc3
commit 43f5d2b910

View File

@ -314,7 +314,7 @@ main {
position: relative; position: relative;
flex-grow: 1; flex-grow: 1;
padding: 10px 15px 40px 45px; padding: 10px 15px 40px 45px;
min-width: 0; min-width: 0; /* avoid growing beyond the size limit */
} }
.source main { .source main {