We are using Roundcube both in Catalan or spanish, due to larger
words, "Compact empty" becomes "Compacta buida" and the second word
cannot be readen using the default font sizes.
Changing width to 170px in /skins/default/mail.css solves the problem


@@ -338,7 +338,7 @@
 {
   position: absolute;
   left: 20px;
-  width: 170px;
+  width: 160px;
   bottom: 20px;
   height: 16px;
   overflow: hidden;

Cheers.
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to