Advertisement
petar_bonov

hide rows in mantis: report issue

Oct 15th, 2024
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. tr:has([for="reproducibility"]),
  2. tr:has([for="severity"]),
  3. tr:has([for="steps_to_reproduce"]),
  4. tr:has([for="additional_info"]) {
  5.     display: none;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement