Skip to content

Commit a282dca

Browse files
committed
Replace Bootstrap pl-1 with ps-1 in modal
Updated the class from 'pl-1' to 'ps-1' to use the correct Bootstrap 5 padding utility for start padding in the FeatureManagementModal.cshtml file.
1 parent 89062b9 commit a282dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Pages/FeatureManagement/FeatureManagementModal.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<h4>@featureGroup.DisplayName</h4>
4242
<hr class="mt-2 mb-3"/>
4343
<div class="custom-scroll-content" style="height: 400px;">
44-
<div class="pl-1 pt-1">
44+
<div class="ps-1 pt-1">
4545
@for (var j = 0; j < featureGroup.Features.Count; j++)
4646
{
4747
var feature = featureGroup.Features[j];

0 commit comments

Comments
 (0)