Updates PR and Addresses Console Error

THis commit imroves conditional rendering of the container groups form for
System Auditors.  It also removes a ng-class condition in the IG list that was unused.
This commit is contained in:
Alex Corey
2019-10-16 08:36:22 -04:00
parent 5cf84ddb60
commit 4134d0b516
3 changed files with 5 additions and 8 deletions

View File

@@ -52,12 +52,6 @@
height: calc(~"100vh - 80px");
}
textarea[disabled] + div .CodeMirror-code{
background-color: #ebebeb;
cursor: not-allowed;
}
@media screen and (min-width: 768px){
.NetworkingExtraVars .modal-dialog{
width: 700px;