Skip to content

Commit

Permalink
style(DataTable): fix overflowing table footer indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Jul 2, 2024
1 parent f06d667 commit 4119360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/RuiTablePagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function onLast() {
}
.indicator {
@apply text-rui-text text-caption;
@apply text-rui-text text-caption whitespace-nowrap;
}
.navigation {
Expand Down

0 comments on commit 4119360

Please sign in to comment.