Skip to content

Commit

Permalink
Merge pull request #887 from karankoder/develop
Browse files Browse the repository at this point in the history
Add Margins to Empty Table Message for Consistent Spacing
  • Loading branch information
AlexVelezLl authored Jan 14, 2025
2 parents a88d39f + ea5dd1d commit e0e2cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/KTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -667,4 +667,9 @@
cursor: pointer;
}
.empty-message {
margin-top: 16px;
margin-bottom: 16px;
}
</style>

0 comments on commit e0e2cd8

Please sign in to comment.