Skip to content

Commit 28f059f

Browse files
committed
add resize:horizontal to table.issues
1 parent 96f43aa commit 28f059f

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

0 commit comments

Comments
 (0)