Skip to content

Commit

Permalink
fix: remove old class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Feb 12, 2025
1 parent 042f8e5 commit af60f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- DETAILS ONLY -->
<h:panelGroup rendered="#{NavigationForm.uiStatus.task_viewWorkflow ne 'full'}">
<h:panelGrid
columnClasses="border-right"
columnClasses="border-end"
columns="2"
class="table table-hover table-width">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/uii/usergroup_edit.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<h:panelGroup id="rolediv" styleClass="row border-0 " style="margin-left:0px;margin-right:0px;">

<div class="col-12 col-lg-6 border-right">
<div class="col-12 col-lg-6 border-end">
<h3 tabindex="0" class="heading-3">#{msgs.usergroup_assignedRoles}</h3>

<ui:repeat
Expand Down

0 comments on commit af60f93

Please sign in to comment.