Merge pull request #1249 from coreos-inc/changesoverflow
Fix changes overflow bug
This commit is contained in:
commit
4b8818f96e
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
Reference in a new issue