We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a45444 + cae604c commit 763f5dcCopy full SHA for 763f5dc
src/views/project/VulListComponent.vue
@@ -737,7 +737,12 @@ export default class VulListComponent extends VueBase {
737
}
738
739
.selectOption {
740
+ display: inline-block;
741
+ width: 80%;
742
color: #4b99f1;
743
+ text-overflow: ellipsis;
744
+ white-space: nowrap;
745
+ overflow: hidden;
746
font-size: 14px;
747
748
src/views/vuln/VulnList.vue
@@ -862,7 +862,7 @@ export default class VulnList extends VueBase {
862
863
864
display: inline-block;
865
- width: 100%;
866
text-overflow: ellipsis;
867
white-space: nowrap;
868
overflow: hidden;
0 commit comments