How to Reduce Width of Interactive Report Link Column in APEX


 You can reduce the width by adding the following CSS to your application: 


th#LINK,

td[headers=LINK]

{

 width:40px;

}

Post a Comment

0 Comments