Skip to content

Commit

Permalink
#50 fix header column row
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickkuypers committed Jul 20, 2023
1 parent 80c1643 commit 3ea5d9c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/dumb/OeGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ import { AgGridVue } from 'ag-grid-vue3';
display: none;
}
.ag-row,
.ag-header-row {
.ag-cell,
.ag-header-cell {
border-color: #DDD;
border-style: solid;
border-width: 0 1px 1px 0;
}
}
&.ag-theme-balham {
-webkit-font-smoothing: antialiased;
background-color: $white;
Expand Down

0 comments on commit 3ea5d9c

Please sign in to comment.