Skip to content

Commit

Permalink
fix: core list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigercrl committed Aug 9, 2024
1 parent 04b8ac3 commit 4e99f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Cores.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function search(text?: string) {
.cores {
display: flex;
width: 100%;
height: calc(100% - 4rem);
height: fit-content;
max-height: calc(100% - 4rem);
justify-content: space-evenly;
align-items: start;
flex-wrap: wrap;
Expand Down

0 comments on commit 4e99f4d

Please sign in to comment.