JAL-3468 truncate feature description to 40 chars in tooltip/menu item
[jalview.git] / src / jalview / gui / JvSwingUtils.java
index d6090e2..7a5dde6 100644 (file)
@@ -96,7 +96,7 @@ public final class JvSwingUtils
     }
 
     return (enclose ? "<html>" : "")
-            + "<style> p.ttip {width: 350; text-align: justify; word-wrap: break-word;}</style><p class=\"ttip\">"
+            + "<style> p.ttip {width: 350; text-align: left; word-wrap: break-word;}</style><p class=\"ttip\">"
             + ttext + "</p>" + ((enclose ? "</html>" : ""));
 
   }