Skip to content

Commit

Permalink
chore: vc-table auto flex
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Oct 4, 2024
1 parent 91a2db2 commit 73e864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ui/components/organisms/vc-table/vc-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ $variants: (
);

.vc-table {
@apply tw-relative tw-overflow-hidden tw-flex tw-flex-col tw-grow tw-basis-0 tw-border-solid tw-border-t-0;
@apply tw-relative tw-overflow-hidden tw-flex tw-flex-col tw-grow tw-basis-0 tw-border-solid tw-border-t-0 !tw-flex-auto;
border-color: var(--table-border-color);

&__multiselect-mobile {
Expand Down

0 comments on commit 73e864a

Please sign in to comment.