Skip to content

Commit

Permalink
Fix inline record editing alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Oct 25, 2024
1 parent b817c6e commit 6bf7ee3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,7 @@
:namespace="namespace"
:extra-options="options"
/>
<div
class="inline-actions"
>
<div class="d-flex flex-nowrap align-items-start inline-actions">
<b-button
v-if="options.inlineRecordEditEnabled && field.canEdit && !showingDeletedRecords"
v-b-tooltip.noninteractive.hover="{ title: $t('recordList.inlineEdit.button.title'), container: '#body' }"
Expand Down Expand Up @@ -2318,11 +2316,9 @@ tr:hover td.actions {
}
.inline-actions {
min-width: 30px;
margin-top: -2px;
opacity: 0;
transition: opacity 0.25s;
display: flex;
}
td:hover .inline-actions {
Expand Down

0 comments on commit 6bf7ee3

Please sign in to comment.