Skip to content

Commit 6653097

Browse files
authored
Merge pull request #69 from netlify/removes-relative-or
removes the relative or
2 parents 2ef7579 + c32e17d commit 6653097

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/modal.css

Lines changed: 4 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,6 +390,7 @@
389390
border-top: 2px solid #e9ebeb;
390391
margin: var(--basePadding) 0 -1px;
391392
text-align: center;
393+
overflow: visible;
392394
}
393395

394396
.hr::before {
@@ -402,7 +404,7 @@
402404
background-color: #fff;
403405
color: var(--baseColor);
404406
padding: 4px;
405-
top: -13px;
407+
top: -11px;
406408
}
407409

408410
.btnProvider {

0 commit comments

Comments
 (0)