Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-10 Thread Dhiraj Chawla
Thanks a lot Dave. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Fri, Dec 6, 2013 at 10:02 PM, Dave Page wrote: > Thanks, applied. > > On Fri, Dec 6, 2013 at 9:44 AM, Dhiraj Chawla > wrote: > > Hi Dave,

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-06 Thread Dave Page
Thanks, applied. On Fri, Dec 6, 2013 at 9:44 AM, Dhiraj Chawla wrote: > Hi Dave, > > Attached is the modified patch in which I have implemented using > "text-overflow: ellipsis;" as per your suggestion. Along with text-overflow: > ellipsis I also had to use overflow: hidden to achieve the correct

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-06 Thread Dhiraj Chawla
Hi Dave, Attached is the modified patch in which I have implemented using "text-overflow: ellipsis;" as per your suggestion. Along with text-overflow: ellipsis I also had to use overflow: hidden to achieve the correct fix. Let me know your feedback on the attached patch. regards, *Dhiraj Chawl

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-05 Thread Dave Page
Hi On Wed, Dec 4, 2013 at 9:08 AM, Dhiraj Chawla wrote: > Hi, > > We have found that if the name of a database is too long (max limit allowed > for a database name) and when we generate the reports (properties, > dependencies, etc) for such databases, then the name of database in the > header goe