Skip to content

Commit

Permalink
fix(entities-shared): base tables should have top borders (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Jan 22, 2024
1 parent 5591aec commit 8a05f46
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,6 @@ const handleUpdateTablePreferences = (tablePreferences: UserTablePreferences): v
</style>

<style lang="scss">
// Exclude the top border if contained inside a KTab element
.k-tabs > .tab-container > .kong-ui-entity-base-table,
.k-tabs > .tab-container > [class^="kong-ui-entities-"] > .kong-ui-entity-base-table {
border-top: 0;
}
.kong-ui-entity-base-table {
:deep(.k-table) {
table-layout: fixed;
Expand Down

0 comments on commit 8a05f46

Please sign in to comment.