UI: Fixed: Extra right padding in edit connection #8925 (#8940)

This commit is contained in:
Shailesh Parmar 2022-11-22 17:53:19 +05:30 committed by GitHub
parent 05332ca6f7
commit 4068927a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,9 +90,9 @@ const ServiceConfig = ({
};
return (
<div className="tw-bg-white tw-h-full">
<div className="bg-white h-full">
<div
className="tw-max-w-xl tw-pb-6"
className="w-full p-b-lg"
data-testid="service-config"
id="serviceConfig">
<div className="tw-mx-auto">{getDynamicFields()}</div>