Skip to content

Commit

Permalink
Use h-40 instead of h-56 for maintenance block. (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Jan 11, 2025
1 parent 4258b84 commit e138f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</template>
<template #content>
<ScrollPanel class="w-full h-56 text-sm text-muted-color">
<ScrollPanel class="w-full h-40 text-sm text-muted-color">
<div v-html="description" class="w-full text-center"></div>
<ProgressSpinner v-if="loading" class="w-full"></ProgressSpinner>
</ScrollPanel>
Expand Down

0 comments on commit e138f57

Please sign in to comment.