Skip to content

Commit

Permalink
lp2085970: fix alignment of Filter value input in Reports editor
Browse files Browse the repository at this point in the history
Removed a class that gives extra padding_top to the 'Filter Value'
column.

Release-note: Fix alignment of the "Filter value" input in the new
reports editor.

Signed-off-by: Steven Mayo <smayo@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • Loading branch information
smayo-gpls authored and gmcharlt committed Nov 25, 2024
1 parent fb7ac26 commit 4610f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
</div>
</div>

<div class="reporter-field-transform-inputs pt-2"
<div class="reporter-field-transform-inputs"
*ngIf="field.operator.name.indexOf('between') === -1 && field.operator.name.indexOf('in') === -1 && field.operator.name.indexOf('is') === -1">
<div [ngSwitch]="field.transform.final_datatype || field.datatype">
<label for="FV-{{pathId}}" class="form-label" i18n>Filter value</label>
Expand Down

0 comments on commit 4610f62

Please sign in to comment.