Skip to content

Commit a70cfcf

Browse files
committed
Minor layout fix
1 parent feba619 commit a70cfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/modules/admin/modules/integration/pages/integration-status.page.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="pt-6 h-screen">
2+
<div class="pt-6 min-h-120">
33
<div class="pb-6 flex justify-between items-center flex-wrap gap-2">
44
<lf-tabs v-model="status" :fragment="false">
55
<lf-tab v-for="(config, key) in lfIntegrationStatusesTabs" :key="key" :name="key">

0 commit comments

Comments
 (0)