diff options
author | Jay <jeremy.davis@sonarsource.com> | 2023-06-01 17:58:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-09 20:03:09 +0000 |
commit | a74f4d9475ab3548821fe9f6380c204d56f886d6 (patch) | |
tree | d1ba1f20fd665134f4ead2e772881f7bd0516ecd /server/sonar-web/design-system/src/components/modal/ModalBody.tsx | |
parent | 40e061b25b152d7704a989240c12191317a81f3f (diff) | |
download | sonarqube-a74f4d9475ab3548821fe9f6380c204d56f886d6.tar.gz sonarqube-a74f4d9475ab3548821fe9f6380c204d56f886d6.zip |
SONAR-19345 new UI for the issue Bulk Change Modal
Diffstat (limited to 'server/sonar-web/design-system/src/components/modal/ModalBody.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/modal/ModalBody.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/modal/ModalBody.tsx b/server/sonar-web/design-system/src/components/modal/ModalBody.tsx index 1d5af12d9cf..6b7ead1f8db 100644 --- a/server/sonar-web/design-system/src/components/modal/ModalBody.tsx +++ b/server/sonar-web/design-system/src/components/modal/ModalBody.tsx @@ -35,7 +35,8 @@ export function ModalBody({ children, isScrollable = true }: Props) { const StyledMain = styled.div` ${tw`sw-body-sm`} - ${tw`sw-pr-3`} // to accomodate a possible scrollbar + ${tw`sw-px-3`} // to accomodate a possible scrollbar + ${tw`-sw-mx-3`} ${tw`sw-my-12`} ${tw`sw-overflow-x-hidden`} |