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.
1 parent 6948300 commit db3d141Copy full SHA for db3d141
pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue
@@ -33,7 +33,7 @@ export default {
33
<style lang="scss" scoped>
34
.scan-error-cell {
35
display: flex;
36
- align-items: center;
+ align-items: flex-start;
37
gap: 8px;
38
color: var(--text-secondary);
39
font-size: 14px;
@@ -43,6 +43,8 @@ export default {
43
.dot {
44
width: 8px;
45
height: 8px;
46
+ min-width: 8px;
47
+ margin-top: 4px;
48
border-radius: 50%;
49
border-width: 1px;
50
border-style: solid;
0 commit comments