Skip to content

Commit f5a3ff7

Browse files
committed
fix sticker CI error in toolbar.css
1 parent 6cee599 commit f5a3ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/css/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,16 +630,16 @@ pre,
630630
}
631631

632632
.color-info-type {
633-
display: flex;
634633
align-items: center;
634+
display: flex;
635635
}
636636

637637
.color-info-type:before {
638638
content: '';
639639
display: inline-block;
640-
width: 20px;
641640
height: 20px;
642641
margin-right: 10px;
642+
width: 20px;
643643
}
644644

645645
.color-info-type--current-route:before {

0 commit comments

Comments
 (0)