[Rt-commit] rt branch, 5.0/fix-ticket-history-txn-date, created. rt-5.0.0alpha1-31-g6786bc578d

Blaine Motsinger blaine at bestpractical.com
Mon Mar 23 20:29:15 EDT 2020


The branch, 5.0/fix-ticket-history-txn-date has been created
        at  6786bc578de79ecf3b90d755cdb1912d9eef98bf (commit)

- Log -----------------------------------------------------------------
commit 6786bc578de79ecf3b90d755cdb1912d9eef98bf
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Mar 23 19:28:17 2020 -0500

    Fix transaction width size
    
    This commit sets width to auto for transaction date, so longer
    datetime formats don't wrap to a second line.

diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index 678ea59557..93a498f14b 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -51,7 +51,7 @@ div.history-container {
 
 
 .history .transaction span.date {
- width: 15em;
+ width: auto;
 }
 
 

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


More information about the rt-commit mailing list