Advertisement
Guest User

jiraboard

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. div.ghx-issue {
  2.     display: inline-block;
  3.     float: left;
  4.     width: 33%;
  5. }
  6.  
  7. div.ghx-summary {
  8.     font-size: 140%;
  9. }
  10.  
  11. div.ghx-summary .ghx-inner {
  12.     max-height: 4.4em;
  13. }
  14.  
  15. li.ghx-column:last-child div.ghx-issue {
  16.     transform: scale(0.5);
  17.     margin: -35px -55px;
  18. }
  19.  
  20. li.ghx-column:nth-child(3) {
  21.     width: 8%;
  22. }
  23.  
  24. li.ghx-column:nth-child(3) div.ghx-issue {
  25.     width: 99%;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement