1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 8e5099711f
commit 537e61ba00

View File

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