From 52ae9b321eea135fde2fa0391c88ada37939cb42 Mon Sep 17 00:00:00 2001 From: David Norton Date: Wed, 5 Jul 2006 17:59:17 +0000 Subject: [PATCH] Fixes problems with long tags and cropping. --- chrome/chromeFiles/content/scholar/customControls.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/chromeFiles/content/scholar/customControls.xml b/chrome/chromeFiles/content/scholar/customControls.xml index d69c1eaee6..c6c2a39668 100644 --- a/chrome/chromeFiles/content/scholar/customControls.xml +++ b/chrome/chromeFiles/content/scholar/customControls.xml @@ -126,7 +126,7 @@ - + @@ -180,6 +180,7 @@ var label = document.createElement("label"); label.setAttribute('value', Scholar.Tags.getName(tags[i])); + label.setAttribute('crop','end'); var remove = document.createElement("label"); remove.setAttribute('value','-');