Restore horizontal overflow for permission grid

Refs #1627.
This commit is contained in:
Franz Liedke 2018-11-07 22:17:12 +01:00
parent f283f0c7bd
commit 3b630cb03e
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -32,6 +32,7 @@
.PermissionsPage-permissions { .PermissionsPage-permissions {
padding: 20px 0 200px; padding: 20px 0 200px;
overflow-x: auto;
} }
.PermissionGrid { .PermissionGrid {