Skip to content

Commit dc7cc91

Browse files
matobaaRedmine Patch Meetup
authored andcommitted
add resize:horizontal to table.issues
1 parent d3c012a commit dc7cc91

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
@@ -280,6 +280,7 @@ tr.issue td.subject, tr.issue td.parent-subject, tr.issue td.category, td.assign
280280
tr.issue td.relations { text-align: left; }
281281
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
282282
tr.issue td.relations span {white-space: nowrap;}
283+
table.issues th {resize: horizontal; overflow: hidden;}
283284
table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
284285
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
285286
table.issues td.block_column pre {white-space:normal;}

0 commit comments

Comments
 (0)