Project

General

Profile

Defect #35813

Updated by Mischa The Evil over 2 years ago

The icons in the context menu in the issues/datatable are repeating. See screenshot. 
 Occured for me at least with 4.2.1 and 4.2.2 

 


 Adding the following css style to _context_menu.css_ context_menu.css fixed it for me: 
 <pre><code class="css"> 
 #context-menu a { 
     background-repeat: no-repeat; 
     ... 
 } 
 </code></pre>

Back