Skip to main content

Posts

Showing posts with the label wrap up text in sfdc

How to wrap page block title in a single line?

Hi All, This is so simple .You have to just include some css code in the VF page. </script>     <style>               .pbTitle {         white-space: nowrap             }     </style> Thank you very much.