Skip to content

Commit

Permalink
Reduce padding on categories
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanieJaeger committed Jan 29, 2025
1 parent 12fe531 commit 80e64b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Categories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<div class="px-0.5 col-span-2">

Check warning on line 7 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 6 spaces but found 8 spaces
{{ category.name }}

Check warning on line 8 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 8 spaces but found 10 spaces
</div>

Check warning on line 9 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 6 spaces but found 8 spaces
<div class="pb-4">
<div class="pb-2">

Check warning on line 10 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 6 spaces but found 8 spaces
<BeautifulProgressIndicator

Check warning on line 11 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 8 spaces but found 10 spaces
:required="category.requiredEcts"

Check warning on line 12 in src/components/Categories.vue

View workflow job for this annotation

GitHub Actions / Build

Expected indentation of 10 spaces but found 12 spaces
:earned="category.earnedEcts"
:planned="category.plannedEcts"
:color-class="category.colorClass"
/>
</div>
<div class="pl-4 pb-2">
<div class="pl-4">
<ModuleSearch
:category-id="category.id"
:show-next-possible-semester="true"
Expand Down

0 comments on commit 80e64b7

Please sign in to comment.