Skip to content

Commit

Permalink
fix(ktable): column visibility design feedback (#2152)
Browse files Browse the repository at this point in the history
Apply design feedback - button/dropdown alignment.
  • Loading branch information
kaiarrowood committed Apr 22, 2024
1 parent 158b0b6 commit 524d89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/KTable/ColumnVisibilityMenu.vue
Expand Up @@ -2,6 +2,7 @@
<div class="table-column-visibility-menu">
<KDropdown
data-testid="table-column-visibility-menu"
:kpop-attributes="{ placement: 'bottomEnd' }"
@toggle-dropdown="handleDropdownToggle"
>
<KTooltip text="Show/Hide Columns">
Expand Down Expand Up @@ -189,7 +190,7 @@ onBeforeMount(() => {
.apply-button {
margin-left: var(--kui-space-auto, $kui-space-auto);
margin-right: var(--kui-space-auto, $kui-space-auto);
margin-right: var(--kui-space-20, $kui-space-20);
}
}
Expand Down

0 comments on commit 524d89b

Please sign in to comment.