Skip to content

Commit

Permalink
fix: kebab menu dropdown placement and alignment (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica authored Nov 26, 2024
1 parent f05a4cf commit ce4cc9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
v-if="canShowKebabMenu"
class="dropdown"
data-testid="chart-action-menu"
:kpop-attributes="{ placement: 'bottom-end' }"
>
<button
appearance="none"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/dashboard-renderer/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"defaultFilename": "Chart Export",
"exportAsCsv": "Export as CSV"
},
"jumpToExplore": "Open in Explorer"
"jumpToExplore": "Explore"
}

0 comments on commit ce4cc9b

Please sign in to comment.