parent
6f9fc7fc08
commit
1505f35b8e
1 changed files with 9 additions and 0 deletions
|
@ -31,4 +31,13 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
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