4376: Fix word-wrap in bugs column on dashboard

jaimeenergysavvy

What version are you running?

2.5.2

What's the URL of the page this enhancement relates to, if any?

https://reviews.evoworx.org/dashboard/

Describe the enhancement and the motivation for it.

I'd like to be able to adjust the width of the various columns in the dashboard view. Specifically, I'd like the "bugs" column to be wider so that my JIRA link does not get split across two lines, which looks gross. Alternately, it looks like this can be fixed just by not allowing a line break on the dash "-" in this column.

What operating system are you using? What browser?

Linux, Chrome

Please provide any additional information below.

david
#1 david

Making columns generally resizable is already tracked in bug 413.

For an easier fix for your specific issue, we should fix the rendering of the "bugs" field so each individual bug link is not wrappable.

  • -Type:Enhancement
    +Component:Dashboard
    +Type:Defect
  • -Adjustable column width in dashboard view
    +Fix word-wrap in bugs column on dashboard
#2 jaimeenergysavvy

That works too!

david
#3 david

Fixed in release-2.5.x (79521db). This will ship in 2.5.4. Thanks!

  • -New
    +Fixed