The NPM installation status text overflows its bounding box when it prints directory names beneath Gardener's working_dir; we should add white-space: no-wrap; and text-overflow: '...'; to the status <div> so that the overflow doesn't occur and temporarily disrupt the page layout.
The NPM installation status text overflows its bounding box when it prints directory names beneath Gardener's
working_dir
; we should addwhite-space: no-wrap;
andtext-overflow: '...';
to the status<div>
so that the overflow doesn't occur and temporarily disrupt the page layout.