Skip to content

Commit

Permalink
be
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Jan 16, 2025
1 parent 25ff714 commit 213ca5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/css/rb-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@ a.user-show:not([href]) {
box-shadow: inset 0 0 10px rgba(230, 230, 230, 0.6);
}

.form.approval-form .aforms div.detail-form > h5 {
.form.approval-form .aforms .aforms-detail > h5 {
font-size: 14px;
font-weight: bold;
background-color: #eceff1;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/general/rb-approval.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ class EditableFieldForms extends React.Component {
_renderDetails(details) {
return details.map((d) => {
return (
<div key={d.aentity} className="detail-form">
<div key={d.aentity} className="aforms-detail">
<h5>
{d.aentityLabel} ({d.aforms.length})
</h5>
Expand Down

0 comments on commit 213ca5d

Please sign in to comment.