Skip to content

Commit 476d4dc

Browse files
matobaaRedmine Patch Meetup
authored andcommitted
add resize:horizontal to table.issues
1 parent 1fc0bf3 commit 476d4dc

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
@@ -289,6 +289,7 @@ tr.issue td.subject, tr.issue td.parent-subject, tr.issue td.category, td.assign
289289
tr.issue td.relations { text-align: left; }
290290
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
291291
tr.issue td.relations span {white-space: nowrap;}
292+
table.issues th {resize: horizontal; overflow: hidden;}
292293
table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
293294
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
294295
table.issues td.block_column pre {white-space:normal;}

0 commit comments

Comments
 (0)