Skip to content

Commit e1168ba

Browse files
committed
fix alert badge possitioning
1 parent adfc960 commit e1168ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark-ui/src/components/SqlFlow/node-style.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
/* Alert badge positioning */
237237
.alertBadgeContainer {
238238
position: absolute;
239-
top: 7px;
240-
left: 7px;
239+
top: 10px;
240+
left: 8px;
241241
z-index: 15;
242242
pointer-events: auto;
243243
width: 28px;

0 commit comments

Comments
 (0)