Skip to content

Commit

Permalink
Merge pull request #4686 from akolson/fix-channel-lang-discrepancies
Browse files Browse the repository at this point in the history
Fix UI glitch with KSelect in Publish modal
  • Loading branch information
akolson authored Aug 30, 2024
2 parents b48d9ea + 684a21f commit 42da9d3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
{{ $tr('publishMessageLabel') }}
</p>

<KFixedGrid :numCols="12">
<!-- Setting the height is a temporal fix for -->
<!-- https://github.com/learningequality/kolibri-design-system/issues/324 -->
<!-- Should be removed after it is fixed -->
<KFixedGrid :numCols="12" style="height: 200px;">
<KGridItem :layout="{ span: 11 }">
<KTextbox
v-model="publishDescription"
Expand Down

0 comments on commit 42da9d3

Please sign in to comment.