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

Blaine Motsinger blaine at bestpractical.com
Wed Mar 25 15:58:10 EDT 2020


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

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

    Fix transaction width size
    
    This commit removes the width 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..794e46f189 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -49,12 +49,6 @@ div.history-container {
  display: block;
 }
 
-
-.history .transaction span.date {
- width: 15em;
-}
-
-
 .history .transaction span.description {
  margin-left: 1em;
  font-weight: bold;

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


More information about the rt-commit mailing list