##// END OF EJS Templates
Tooltip wrapp fix
marcink -
r1353:e354efa1 beta
parent child Browse files
Show More
@@ -1962,11 +1962,12 b' font:100% sans-serif;'
1962 width:auto;
1962 width:auto;
1963 opacity:1px;
1963 opacity:1px;
1964 padding:8px;
1964 padding:8px;
1965 white-space: pre;
1965 white-space: pre-wrap;
1966 -webkit-border-radius: 8px 8px 8px 8px;
1966 -webkit-border-radius: 8px 8px 8px 8px;
1967 -khtml-border-radius: 8px 8px 8px 8px;
1967 -khtml-border-radius: 8px 8px 8px 8px;
1968 -moz-border-radius: 8px 8px 8px 8px;
1968 -moz-border-radius: 8px 8px 8px 8px;
1969 border-radius: 8px 8px 8px 8px;
1969 border-radius: 8px 8px 8px 8px;
1970
1970 }
1971 }
1971
1972
1972 .ac {
1973 .ac {
General Comments 0
You need to be logged in to leave comments. Login now