rustdoc: add explanatory comment to width: 100% line

This commit is contained in:
Michael Howell 2022-07-01 14:56:56 -07:00
parent c147c0daa3
commit a7c0c9f2bb

View File

@ -1433,6 +1433,7 @@ pre.rust {
bottom: 0;
left: 0;
right: 0;
/* work around button layout strangeness: https://stackoverflow.com/q/7271561 */
width: 100%;
/* iOS button gradient: https://stackoverflow.com/q/5438567 */
-webkit-appearance: none;