Skip to content

Commit 8d7f38f

Browse files
Fixed email input padding issue
1 parent 906c85d commit 8d7f38f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ a:hover {
267267
height: 100%;
268268
font-size: inherit;
269269
letter-spacing: inherit;
270+
line-height: 1.1;
270271
border: 0;
271272
background-color: transparent;
272273
outline: none;
@@ -298,6 +299,10 @@ button.gh-form-input {
298299
cursor: pointer;
299300
}
300301

302+
:is(.has-serif-title,.has-slab-title) button.gh-form-input {
303+
padding-inline-start: 50px;
304+
}
305+
301306
.gh-form .gh-button {
302307
position: absolute;
303308
right: 6px;
@@ -314,6 +319,10 @@ button.gh-form-input {
314319
color: var(--color-secondary-text);
315320
}
316321

322+
:is(.has-serif-title,.has-slab-title) .gh-form > svg {
323+
left: 16px;
324+
}
325+
317326
.gh-form .gh-button svg {
318327
display: none;
319328
position: absolute;

0 commit comments

Comments
 (0)