[Rt-commit] rt branch, 4.4/ballard-wrap-recently-viewed-tickets, created. rt-4.4.3-39-g326f3ab54

? sunnavy sunnavy at bestpractical.com
Tue Sep 4 17:13:07 EDT 2018


The branch, 4.4/ballard-wrap-recently-viewed-tickets has been created
        at  326f3ab54fc8561431e90f2164e0103562ba7526 (commit)

- 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 {

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


More information about the rt-commit mailing list