[Rt-commit] rt branch, 4.2/new-ticket-in-button, created. rt-4.2.4-55-g1028968

Wallace Reis wreis at bestpractical.com
Thu May 29 08:50:42 EDT 2014


The branch, 4.2/new-ticket-in-button has been created
        at  1028968c63c15a67d5b294aa011aa71fd2ce19d7 (commit)

- Log -----------------------------------------------------------------
commit 1028968c63c15a67d5b294aa011aa71fd2ce19d7
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Thu May 29 09:47:17 2014 -0300

    I#27649: "New ticket in" button small width when translated
    
    When using a different language than English, the translated string
    might be longer or small than the length('New ticket in'), so it needs
    to stretch dynamically instead of having a fixed size.

diff --git a/share/static/css/rudder/nav.css b/share/static/css/rudder/nav.css
index da6daa3..bb63721 100644
--- a/share/static/css/rudder/nav.css
+++ b/share/static/css/rudder/nav.css
@@ -141,7 +141,6 @@
     padding-bottom: 0.25em;
     padding-left: 0.5em;
     padding-right: 0.5em;
-    width: 8em;
     vertical-align: middle;
 }
 

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


More information about the rt-commit mailing list