Fix position and size of Permissions Manager main content area.

This resolves #660
This commit is contained in:
wolfbeast 2018-07-21 12:45:08 +02:00 committed by Roy Tam
commit 3446bd29ea
2 changed files with 10 additions and 0 deletions

View file

@ -12,6 +12,11 @@
padding-bottom: 0.5em;
}
/* content box */
#permissions-content {
height: 100%;
}
/* sites box */
#sites-box {

View file

@ -12,6 +12,11 @@
padding-bottom: 0.5em;
}
/* content box */
#permissions-content {
height: 100%;
}
/* sites box */
#sites-box {