overflow of webhooks container in event settings fixed (#11871)

pull/11848/head
Chiranjeev Vishnoi 2023-10-13 17:09:06 +05:30 committed by GitHub
parent 61be5c9bc1
commit cbab279c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ function EventTypeSingleLayout({
<div className="p-2 md:mx-0 md:p-0 xl:hidden">
<HorizontalTabs tabs={EventTypeTabs} linkShallow />
</div>
<div className="w-full ltr:mr-2 rtl:ml-2">
<div className="w-full overflow-hidden ltr:mr-2 rtl:ml-2">
<div
className={classNames(
"bg-default border-subtle mt-4 rounded-md sm:mx-0 xl:mt-0",