对于较长的翻译(例如德语),权限表中的标题和按钮将不对齐:
我在我们的实例中通过以下方式修复了此问题:
.category-permissions-table {
max-width: 750px;
}
.category-permissions-table .permission-row .group-name {
width: 25%;
}
.category-permissions-table .permission-row .options {
width: 75%;
}
