Skip to content

Commit

Permalink
Remove style from Base component for visual consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Mar 28, 2024
1 parent 801eb24 commit b301e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entry/analysis/modules/Base.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<template>
<router-view :key="$route.fullPath" class="m-2" />
<router-view :key="$route.fullPath" />
</template>

0 comments on commit b301e01

Please sign in to comment.