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:
parent
e0098a5cc3
commit
43f5d2b910
@ -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…
Reference in New Issue
Block a user