fix: padding (#5809)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/5818/head
Nafees Nazik 2022-12-01 03:11:29 +05:30 committed by GitHub
parent f1b92c49fc
commit 7122a9cfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ const CalendarsView = () => {
/>
)}
{item?.error === undefined && item.calendars && (
<ListItem expanded className="flex-col">
<div className="flex w-full flex-1 items-center space-x-3 pb-5 pl-1 pt-1 rtl:space-x-reverse">
<ListItem className="flex-col">
<div className="flex w-full flex-1 items-center space-x-3 p-4 rtl:space-x-reverse">
{
// eslint-disable-next-line @next/next/no-img-element
item.integration.logo && (