Fix changes overflow bug

Fixes #1248
This commit is contained in:
Joseph Schorr 2016-02-17 11:24:31 -05:00
parent 6f9fc7fc08
commit 1505f35b8e

View file

@ -32,3 +32,12 @@
margin-left: 10px; margin-left: 10px;
min-width: 200px; min-width: 200px;
} }
.repo-panel-changes .multiselect-dropdown .tag-span {
white-space: nowrap;
max-width: 150px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
vertical-align: text-bottom;
}