Skip to content

Commit

Permalink
fix with of cards in header
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Nov 13, 2024
1 parent c29e244 commit 2d85b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/DataManagerLogDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export default defineComponent ({

.header {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
grid-gap: var(--spacer-sm);
}

Expand All @@ -312,4 +312,4 @@ export default defineComponent ({
grid-template-columns: 1fr;
}
}
</style>
</style>

0 comments on commit 2d85b8d

Please sign in to comment.