General Fix for Tree List

Removes list style.
This commit is contained in:
tersiswilvin 2022-08-19 20:35:27 -07:00
parent 5f26c6b63a
commit 0e99345da0
1 changed files with 3 additions and 0 deletions

View File

@ -403,6 +403,9 @@ h6 {
-ms-user-select: none;
user-select: none;
}
.NewPanel .InvitationSubName li {
list-style: none;
}
@media (max-width:1000px) {
.NewPanel .AdminSubHeader ul {