Skip to content

Commit db3d141

Browse files
xingzhang-suserushk014
authored andcommitted
Fixed style issue of error message cell on detail page
1 parent 6948300 commit db3d141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/sbombastic-image-vulnerability-scanner/formatters/ScanErrorCell.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
<style lang="scss" scoped>
3434
.scan-error-cell {
3535
display: flex;
36-
align-items: center;
36+
align-items: flex-start;
3737
gap: 8px;
3838
color: var(--text-secondary);
3939
font-size: 14px;
@@ -43,6 +43,8 @@ export default {
4343
.dot {
4444
width: 8px;
4545
height: 8px;
46+
min-width: 8px;
47+
margin-top: 4px;
4648
border-radius: 50%;
4749
border-width: 1px;
4850
border-style: solid;

0 commit comments

Comments
 (0)