Saturday 18 July 2015

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.

No comments: