Skip to content

Commit b51bbcf

Browse files
julien-drishu
andauthored
OEL-3602: Timeline vertical align. (#639)
* OEL-3602: Timeline vertical align. * Apply suggestions from code review Co-authored-by: Szilagyi Andras <aszilagyi@live.com> --------- Co-authored-by: Szilagyi Andras <aszilagyi@live.com>
1 parent 192fa36 commit b51bbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/themes/default/src/scss/_timeline.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
position: absolute;
2020
border-radius: 50%;
2121
border: 2px solid var(--bs-primary);
22+
top: 6px;
2223
left: 0;
2324
width: 22px;
2425
height: 22px;
26+
z-index: 1;
2527
}
2628

2729
&::after {

0 commit comments

Comments
 (0)