|
|
@@ -109,10 +109,10 @@ const PageAccessoriesModal = (props) => {
|
|
|
hideBorderBottom
|
|
|
/>
|
|
|
</ModalHeader>
|
|
|
- <ModalBody className="overflow-auto grw-modal-body-style p-0">
|
|
|
+ <ModalBody className="overflow-auto grw-modal-body-style">
|
|
|
{/* Do not use CustomTabContent because of performance problem:
|
|
|
the 'navTabMapping[tabId].Content' for PageAccessoriesModal depends on activeComponents */}
|
|
|
- <TabContent activeTab={activeTab} className="p-5">
|
|
|
+ <TabContent activeTab={activeTab}>
|
|
|
<TabPane tabId="pagelist">
|
|
|
{activeComponents.has('pagelist') && <PageList />}
|
|
|
</TabPane>
|