Fix width of text in milestone lists.

This commit is contained in:
Douwe Maan 2015-03-06 13:49:27 +01:00
parent e916f1c295
commit dc558eb24e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
.issues-sortable-list .str-truncated {
max-width: 70%;
max-width: 90%;
}