Advertisement
petar_bonov

mantis: no wrapping for issue list

Oct 17th, 2024
61
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.08 KB | None | 0 0
  1. /* prevent wrapping  */
  2. #buglist td,
  3. #buglist th {
  4.     white-space: nowrap;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement