This is an issue requesting a change to documentation.
In the download button at https://golang.org/doc/install, the button text wraps, making it a little harder to read. Widening it a bit will give us two lines of unwrapped text for all three OSes.
Looks like changing the width value in the download class will work. It's currently 9.375rem -- it could be 16rem.
.download {
width: 16rem;
}
@rsc @dmitshur
This is an issue requesting a change to documentation.
In the download button at https://golang.org/doc/install, the button text wraps, making it a little harder to read. Widening it a bit will give us two lines of unwrapped text for all three OSes.
Looks like changing the width value in the download class will work. It's currently 9.375rem -- it could be 16rem.
@rsc @dmitshur