Skip to content

Commit

Permalink
fix(ui): align dashboard button label to icon (#7175)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Feb 4, 2025
1 parent 42899d3 commit 3294c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/filter/segments/Dashboards.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<el-dropdown trigger="click" placement="bottom-end">
<KestraIcon placement="bottom">
<el-button :icon="Menu" class="main-button d-inline">
<el-button :icon="Menu" class="main-button">
<span class="text-truncate">{{ selectedDashboard ?? $t('default_dashboard') }}</span>
</el-button>
</KestraIcon>
Expand Down

0 comments on commit 3294c35

Please sign in to comment.