Question

Resolution size

Hi Team,

I need a solution for below case.

Case Description: How can I adjust the screen resolution dynamically.

Example: With normal resolution/desktop view the screen looks like below.

 

 

In laptop/low screen resolutions the screen is getting compressed thereby the length of the fields to enter the values is getting compressed.

 

Is there a solution for this case.

Hoping for a positive Reply.

Regards

manikanta.

 

 

 

 

 

Like 0

Like

1 comments

There is a way to implement that via js and css development. The community article by the link below describes how to add a custom css style

https://community.bpmonline.com/articles/how-add-or-edit-css-style

Replace the BootstrapModulesV2 instead of the BasePageV2. This way the CSS will be applied globally. 

Show all comments