Skip to content

Commit a8bb76c

Browse files
committed
add resize:horizontal to table.issues
1 parent 0c2ade7 commit a8bb76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/stylesheets/application.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ tr.issue td.subject, tr.issue td.parent-subject, tr.issue td.category, td.assign
285285
tr.issue td.relations { text-align: left; }
286286
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
287287
tr.issue td.relations span {white-space: nowrap;}
288+
table.issues th {resize: horizontal; overflow: hidden;}
288289
table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
289290
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
290291
table.issues td.block_column pre {white-space:normal;}

0 commit comments

Comments
 (0)