Skip to content

Commit

Permalink
add resize:horizontal to table.issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matobaa committed May 17, 2022
1 parent 0c2ade7 commit a8bb76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ tr.issue td.subject, tr.issue td.parent-subject, tr.issue td.category, td.assign
tr.issue td.relations { text-align: left; }
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
tr.issue td.relations span {white-space: nowrap;}
table.issues th {resize: horizontal; overflow: hidden;}
table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
table.issues td.block_column pre {white-space:normal;}
Expand Down

0 comments on commit a8bb76c

Please sign in to comment.