Thanks to visit codestin.com
Credit goes to community.fabric.microsoft.com

Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
rabbisht
Microsoft Employee
Microsoft Employee

Activator created ICM UI issue

The ICM created using Activator does not occupy the full width. It is displaying similarly to Teams alerts. Is there a way to make it occupy full width such that lengthy text could be more readable.

 

rabbisht_0-1745199952097.png

 

3 REPLIES 3
rabbisht
Microsoft Employee
Microsoft Employee

But this is not going to help in keeping the UI for the ICMs and newly created ICMs. Also, the width of the div is set static, instead of screen width.

rabbisht_0-1745530611254.png

 

Hi  @rabbisht 

To explore possible customization options or to determine if a configuration change is available for your specific scenario, we recommend raising a support ticket with Microsoft Support. This will allow the support team to investigate the issue in more detail and provide tailored guidance or potential solutions.

You can submit a ticket through the Microsoft Power BI Support Portal:

How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn


Thank you!

v-karpurapud
Community Support
Community Support

Hi @rabbisht 


Thank you for reaching out to the Microsoft Fabric Community Forum.

 

It appears that the ICM  UI created using Activator is not utilizing the full width of the container, resembling the narrow layout of Teams alerts. This is likely due to default styling or constraints applied by Activator or the underlying framework.

 

To address the issue of the ICM UI created using Activator not occupying the full width, adjust the CSS properties of the container elements. 

 

  1. Identify the CSS class or ID for the main container of your ICM.
  2. Modify its width property to 100%. 

       Example:
 

      .icm-container {

       width: 100%;

      }

 

Check Activator Configuration: If Activator generates the UI dynamically, ensure the component or template allows width customization. For example, in a JSON configuration or script, set the width property explicitly:

Ex:

{

    "component": "ICM",

    "styles": {

        "width": "100%"

    }

}

 

If this response resolves your query, kindly mark it as Accepted Solution to help other community members. A Kudos is also appreciated if you found the response helpful.
 

 

Thank You!

 

 

 

Helpful resources

Announcements
FBCApril_Carousel

Fabric Monthly Update - April 2025

Check out the April 2025 Fabric update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.