Skip to content

Commit c32e17d

Browse files
committed
Fix weird render of OR on HR
1 parent bcc2231 commit c32e17d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/modal.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
--providerAltColorGitLab: #b03320;
1111
--providerColorBitbucket: #205081;
1212
--providerAltColorBitbucket: #14314f;
13-
--fontFamily: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
13+
--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
14+
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1415
--basePadding: 32px;
1516
}
1617

@@ -389,9 +390,11 @@
389390
border-top: 2px solid #e9ebeb;
390391
margin: var(--basePadding) 0 -1px;
391392
text-align: center;
393+
overflow: visible;
392394
}
393395

394396
.hr::before {
397+
content: "or";
395398
position: relative;
396399
display: inline-block;
397400
font-size: 12px;
@@ -401,7 +404,7 @@
401404
background-color: #fff;
402405
color: var(--baseColor);
403406
padding: 4px;
404-
top: -13px;
407+
top: -11px;
405408
}
406409

407410
.btnProvider {

0 commit comments

Comments
 (0)