Merge pull request #893 from dod-ccpo/fix-caret-wrapping

Prevent Environments caret from wrapping to next line
This commit is contained in:
richard-dds
2019-06-11 17:03:49 -04:00
committed by GitHub

View File

@@ -202,6 +202,7 @@
.icon-link {
padding-right: 0;
padding-left: 0;
white-space: nowrap;
}
}
}