Skip to content

Commit

Permalink
fixed k-grid component
Browse files Browse the repository at this point in the history
  • Loading branch information
yashhash2 committed Jan 7, 2025
1 parent ad4a48c commit 8aadda3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kolibri/plugins/learn/assets/src/views/HomePage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
v-if="hasActiveClassesQuizzes"
class="section"
:quizzes="activeClassesQuizzes"
displayClassName
displayClassName
recent
data-test="recentQuizzes"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<KGrid
gutter="0"
class="grid"
style="margin-bottom: -25px"
>
<KGridItem
:layout12="{ span: 6 }"
Expand All @@ -14,6 +13,7 @@
<h1 :style="{ marginLeft: '-8px' }">
{{ injectedtr('otherLibraries') }}
</h1>
</KGridItem>

<KGridItem
:layout12="{ span:12}"
Expand Down Expand Up @@ -69,7 +69,6 @@
</span>
</div>
</KGridItem>
</KGridItem>

</KGrid>

Expand Down Expand Up @@ -242,8 +241,7 @@
span {
display: inline-flex;
vertical-align: bottom;
vertical-align: bottom;
}
}
Expand All @@ -261,9 +259,8 @@
}
.connection-status{
margin-bottom: 30px;
margin-top: -15px;
margin-left: -8px;
margin-bottom: 10px;
}
Expand Down

0 comments on commit 8aadda3

Please sign in to comment.