[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.3-93-g967779304

Jim Brandt jbrandt at bestpractical.com
Thu Dec 13 15:52:03 EST 2018


The branch, 4.4-trunk has been updated
       via  9677793040d94d739a672590136fd7522b9e0dfe (commit)
       via  326f3ab54fc8561431e90f2164e0103562ba7526 (commit)
      from  a36259a5b55bac00251a0f0b2e71aa1b0a278e90 (commit)

Summary of changes:
 share/static/css/ballard/nav.css | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 326f3ab54fc8561431e90f2164e0103562ba7526
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 5 04:01:44 2018 +0800

    Avoid overflowing ticket subject in "Recently Viewed" menu for ballard
    
    Menu in ballard has a narrow width, where ticket subject there could
    easily overflow to the main body.

diff --git a/share/static/css/ballard/nav.css b/share/static/css/ballard/nav.css
index e49dfabd6..ef6d54377 100644
--- a/share/static/css/ballard/nav.css
+++ b/share/static/css/ballard/nav.css
@@ -72,6 +72,7 @@
     border-left: none;
     background-color: #fff;
     text-color: #547CCC;
+    word-wrap: break-word;
 }
 
 #page-navigation {

commit 9677793040d94d739a672590136fd7522b9e0dfe
Merge: a36259a5b 326f3ab54
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Dec 13 15:51:42 2018 -0500

    Merge branch '4.4/ballard-wrap-recently-viewed-tickets' into 4.4-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list