Skip to content

Commit df33090

Browse files
committed
Fix partial clipping in permissions modal in Blazor
1 parent a282dca commit df33090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor/Components/PermissionManagementModal.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
@foreach (var group in _groups)
6565
{
6666
<TabPanel Name="@GetNormalizedGroupName(group.Name)">
67-
<div class="w-100" style="height: 500px;overflow-y: auto">
67+
<div class="w-100 ps-1" style="height: 500px;overflow-y: auto">
6868
<Field>
6969
<Check
7070
Disabled="@(IsPermissionGroupDisabled(group))"

0 commit comments

Comments
 (0)