Minor design fix on Group Manager Page

This commit is contained in:
Zacharie
2020-06-11 13:54:29 +02:00
parent a10d099b37
commit 7055ee1e67
+1 -1
View File
@@ -1835,7 +1835,7 @@ input:checked + .slider:before {
right: 0;
width: 223px;
min-height: 584px;
height:100%;
height:calc(100% - 171px);
top: 169.5px;
}