Skip to content

Commit cd2d7f2

Browse files
CORE-5219: space issue (#761)
1 parent 400ab0a commit cd2d7f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/modules/header/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,12 +579,14 @@
579579
.separator {
580580
width: 1px;
581581
height: 12px;
582+
margin-top: 2px;
582583
background: #e0e0e0;
583584
}
584585

585586
.peace {
586587
display: flex;
587588
width: max-content;
589+
margin-top: 2px;
588590
font-size: 11px;
589591
font-style: normal;
590592
font-weight: 500;
@@ -605,4 +607,8 @@
605607
.peace {
606608
display: none;
607609
}
610+
611+
.separator {
612+
display: none;
613+
}
608614
}

0 commit comments

Comments
 (0)