Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir committed Mar 31, 2024
1 parent 86744fb commit 37f8d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const getCurrentAcademicYear : () => number = () => {

<style scoped>
.custom-dropdown, .custom-button {
border-radius: 0; /* Ensures no rounding */
height: 50px; /* Adjust the height as needed */
border-radius: 0;
height: 50px;
}
</style>

0 comments on commit 37f8d12

Please sign in to comment.