Skip to content

Commit 7311ed8

Browse files
committed
WF: fixes
1 parent 3e44fac commit 7311ed8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

front/css/app.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,17 @@ textarea[readonly],
23382338
padding: 5px;
23392339
}
23402340

2341+
.workflows .add-target-condition
2342+
{
2343+
margin: 10px;
2344+
text-align: center;
2345+
}
2346+
2347+
.workflows .inline-hint
2348+
{
2349+
margin: 5px;
2350+
}
2351+
23412352
.workflows
23422353
{
23432354
max-width: 800px;

front/workflowsCore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class: `action-target-conditions panel col-sm-12 col-sx-12 ${currentStrategy ===
325325
.append($("<i>", { class: "fa-solid fa-crosshairs" }))
326326
.append(` ${getString("WF_Action_target_conditions")}:`);
327327

328-
let $tokenHint = $("<div>", { class: "text-muted small col-sm-12 col-xs-12" })
328+
let $tokenHint = $("<div>", { class: "text-muted inline-hint small col-sm-12 col-xs-12" })
329329
.html(getString("WF_Action_token_hint"));
330330

331331
$targetConditionsWrap.append($targetConditionsTitle);

0 commit comments

Comments
 (0)