From dc7bf6d9d668a723aa1dff1ae3f3acceb4b4b630 Mon Sep 17 00:00:00 2001 From: Martii Date: Mon, 12 Jan 2015 03:34:58 -0700 Subject: [PATCH] Limit Item in Graveyard to fixed width * One of many CSS fixes again just as in #268 via #265 * Reuse the same width... appears well and opens up the Reason to be the focal point Also applies to #261 --- public/css/common.css | 2 +- views/includes/removedItemList.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index 232b0302c..0b1fb7be5 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -115,7 +115,7 @@ h2.page-heading { white-space: nowrap; } -.td-fit span.label { +.td-fit span.label, .td-fit p { overflow: hidden; text-overflow: ellipsis; max-width: 32em; diff --git a/views/includes/removedItemList.html b/views/includes/removedItemList.html index 60059fd06..c6d107515 100644 --- a/views/includes/removedItemList.html +++ b/views/includes/removedItemList.html @@ -14,7 +14,7 @@

{{model}}

- +

{{itemDescription}}