Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(DataTable): fix height of loading and empty table content to avoi…
Browse files Browse the repository at this point in the history
…d ui jump
  • Loading branch information
tewshi authored and kelsos committed Apr 11, 2024
1 parent 4cb24a9 commit c1ffd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tables/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1390,10 +1390,10 @@ onMounted(() => {
}
.empty {
@apply flex flex-col space-y-3 items-center justify-center flex-1 py-2;
@apply flex flex-col gap-3 items-center justify-center flex-1 min-h-[4.4rem];
&__label {
@apply text-body-1 font-bold text-center text-current pb-0 mb-0;
@apply text-body-1 leading-none font-bold text-center text-current pb-0 mb-0;
}
&__description {
Expand Down

0 comments on commit c1ffd34

Please sign in to comment.