We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b817c6e commit 6bf7ee3Copy full SHA for 6bf7ee3
1 file changed
client/web/compose/src/components/PageBlocks/RecordListBase.vue
@@ -473,9 +473,7 @@
473
:namespace="namespace"
474
:extra-options="options"
475
/>
476
- <div
477
- class="inline-actions"
478
- >
+ <div class="d-flex flex-nowrap align-items-start inline-actions">
479
<b-button
480
v-if="options.inlineRecordEditEnabled && field.canEdit && !showingDeletedRecords"
481
v-b-tooltip.noninteractive.hover="{ title: $t('recordList.inlineEdit.button.title'), container: '#body' }"
@@ -2318,11 +2316,9 @@ tr:hover td.actions {
2318
2316
}
2319
2317
2320
.inline-actions {
2321
- min-width: 30px;
2322
margin-top: -2px;
2323
opacity: 0;
2324
transition: opacity 0.25s;
2325
- display: flex;
2326
2327
2328
td:hover .inline-actions {
0 commit comments