Skip to content

Commit 2840b00

Browse files
committed
Fix show deleted records button alignment
1 parent 226e7e6 commit 2840b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/web/compose/src/components/PageBlocks/RecordListBase.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
<div
126126
v-if="drillDownFilter || options.showDeletedRecordsOption || groupRecordListFilter.length"
127-
class="d-block gap-1"
127+
class="d-flex align-items-start gap-1"
128128
>
129129
<div
130130
v-if="groupRecordListFilter.length"

0 commit comments

Comments
 (0)