I want to change the size of the modal displayed in the IM-BloomMaker actions "Open in Modal" or "Open in Modal Card"

 

1. If you are using intra-mart Accel Platform 2025 Spring or later

In intra-mart Accel Platform 2025 Spring or later, 
"Width" and "Height" can be specified as properties in actions by applying the following requirements.

* Requirement #32859
 Adds the ability to specify width and height for the action item"Open in Modal" and "Open in Modal Card."
 https://issue.intra-mart.jp/issues/32859


2. If you are using intra-mart Accel Platform 2025 Spring or earlier

In 2025 Spring or earlier, the product specification fixes the modal width at 640 px.

If you want to change the size, you need to specify it in CSS.
Please refer to the example below and set it in the CSS editor.

Please note that the following are sample values. Please adjust the actual setting values according to your requirements.

(Example of CSS specifying width and height)
  .modal-content {
   width: 80%;
   height: 80%;
 }
 
 .modal-card {
   width: 80%;
   height: 80%;
 }

--Target-------------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------

FAQID:1443
Was this article helpful?
0 out of 0 found this helpful
Powered by Zendesk