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
commit 540e1528a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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