[WEB-4981] fix: analytics portal modal #7858

This commit is contained in:
Anmol Singh Bhatia 2025-09-26 14:23:04 +05:30 committed by GitHub
parent b946b3a315
commit c05a5eb5ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export const WorkItemsModal: React.FC<Props> = observer((props) => {
>
<div
className={`flex h-full flex-col overflow-hidden border-custom-border-200 bg-custom-background-100 text-left ${
fullScreen ? "rounded-lg border m-2" : "border-l"
fullScreen ? "rounded-lg border" : "border-l"
}`}
>
<WorkItemsModalHeader