[Rt-commit] rt branch, 4.2/txn-datetime-width, created. rt-4.2.3-35-g41f17d8
Alex Vandiver
alexmv at bestpractical.com
Fri Jun 27 17:51:46 EDT 2014
The branch, 4.2/txn-datetime-width has been created
at 41f17d878f33e6f90de71a5186bb6760f995ffad (commit)
- Log -----------------------------------------------------------------
commit 41f17d878f33e6f90de71a5186bb6760f995ffad
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Mar 20 10:26:01 2014 -0400
Adjust the width for the transaction date to be wide enough for all formats
Rudder changed the display of this to "inline-block", which caused its
width to become relevant. A too-narrow width can cause the timestamp to
bleed into the transaction's creator, especially with wide datetime
formats like RFC2822.
Increase the width to accommodate even the widest of datetime formats.
Fixes: issues #30176
diff --git a/share/static/css/base/history.css b/share/static/css/base/history.css
index a97843d..d78f2e6 100644
--- a/share/static/css/base/history.css
+++ b/share/static/css/base/history.css
@@ -58,7 +58,7 @@ div.history-container {
.transaction span.date {
- width: 10em;
+ width: 15em;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list