22
Views
4
Comments
Solved
CSS doubts

Hi everyone,

Need to remove some gap between pdf and table such that it fits in the background container which is light blue.
Could anyone please help

2021-06-02 20-50-04
Márcio Carvalho
Solution

Put the width at 100%

Regards,

Márcio

2019-04-23 11-32-25
Muhammed Riyas
Solution

Hello Saif,

The issue you are facing is because of the width you have specified explicitly for the container. 

By removing the container width "547px" OutSystems will auto-set the width for it.

Thus, it solves the issue.

Refer to the result below after removing the width.


Kind Regards,

Riyaz

2021-06-02 20-50-04
Márcio Carvalho
Solution

Put the width at 100%

Regards,

Márcio

2018-06-05 16-54-03
Maria da Graça Peixoto

Hi! Your table or a container it is in, seams to have some CSS , I see a border that makes it  look like having a shadow, and probably it has also a big left margin .  

Try to find where that CSS is applied and fix it there. 

 

2022-03-10 16-20-13
saif sheikh

Hi
The space marked in red  can be removed with the width but i am referring to the right hand side

Revmaxclaimsummarypage (2).oml
2019-04-23 11-32-25
Muhammed Riyas
Solution

Hello Saif,

The issue you are facing is because of the width you have specified explicitly for the container. 

By removing the container width "547px" OutSystems will auto-set the width for it.

Thus, it solves the issue.

Refer to the result below after removing the width.


Kind Regards,

Riyaz

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.