changeset 1353:e354efa1f386 beta

Tooltip wrapp fix
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 02 Jun 2011 15:25:28 +0200
parents 79041f2d16f4
children ed309b1fbaa4
files rhodecode/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Jun 02 15:11:13 2011 +0200
+++ b/rhodecode/public/css/style.css	Thu Jun 02 15:25:28 2011 +0200
@@ -1962,11 +1962,12 @@
 width:auto;
 opacity:1px;
 padding:8px;
-white-space: pre;
+white-space: pre-wrap;
 -webkit-border-radius: 8px 8px 8px 8px;
 -khtml-border-radius: 8px 8px 8px 8px; 
 -moz-border-radius: 8px 8px 8px 8px;
 border-radius: 8px 8px 8px 8px;
+
 }
 
 .ac {