Skip to content

Commit 213ca5d

Browse files
committed
be
1 parent 25ff714 commit 213ca5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/web/assets/css/rb-page.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3288,7 +3288,7 @@ a.user-show:not([href]) {
32883288
box-shadow: inset 0 0 10px rgba(230, 230, 230, 0.6);
32893289
}
32903290

3291-
.form.approval-form .aforms div.detail-form > h5 {
3291+
.form.approval-form .aforms .aforms-detail > h5 {
32923292
font-size: 14px;
32933293
font-weight: bold;
32943294
background-color: #eceff1;

src/main/resources/web/assets/js/general/rb-approval.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ class EditableFieldForms extends React.Component {
994994
_renderDetails(details) {
995995
return details.map((d) => {
996996
return (
997-
<div key={d.aentity} className="detail-form">
997+
<div key={d.aentity} className="aforms-detail">
998998
<h5>
999999
{d.aentityLabel} ({d.aforms.length})
10001000
</h5>

0 commit comments

Comments
 (0)