1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

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

View File

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