parent
b6556a0d20
commit
8287ae681d
1 changed files with 6 additions and 2 deletions
|
@ -122,10 +122,15 @@
|
|||
|
||||
.image-vulnerability-view-element .cvss-text {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
width: 40px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.cvss-text::after {
|
||||
content: " / 10";
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.image-vulnerability-view-element .vulnerability-priority-view {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -134,7 +139,6 @@
|
|||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 10px;
|
||||
vertical-align: middle;
|
||||
margin-left: 8px;
|
||||
background: #eee;
|
||||
position: relative;;
|
||||
|
|
Reference in a new issue