fix: Integration page responsiveness issues (#7875)

This commit is contained in:
Muhsin Keloth
2023-09-07 14:16:44 +05:30
committed by GitHub
parent 4acb824857
commit 57a68666cb

View File

@@ -1,6 +1,8 @@
<template> <template>
<div class="flex flex-col md:flex-row items-start md:items-center"> <div
<div class="flex items-center justify-center m-0 mx-4 flex-1"> class="flex flex-col md:flex-row justify-between items-start md:items-center"
>
<div class="flex items-center justify-start m-0 mx-4 flex-1">
<img <img
:src="'/dashboard/images/integrations/' + integrationLogo" :src="'/dashboard/images/integrations/' + integrationLogo"
class="p-2 h-16 w-16 mr-4" class="p-2 h-16 w-16 mr-4"