Update display of application environments on edit/new app page

This commit is contained in:
Patrick Smith
2019-02-10 13:17:05 -05:00
parent aee6b47cd2
commit aa8986d8a2
3 changed files with 14 additions and 6 deletions

View File

@@ -108,6 +108,14 @@
border-top: none;
border-bottom: none;
}
.application-list-item {
ul {
padding-left: 0;
}
.application-edit__env-list-item {
}
}
}
}