Fixed form input overflow of the cta

This commit is contained in:
Sodbileg Gansukh 2023-08-09 20:39:45 +08:00
parent 824cd6c02d
commit 0ba1291be2
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2145,11 +2145,11 @@ figcaption a {
letter-spacing: 0;
}
.has-serif-title :is(.gh-button, .gh-header.is-classic .gh-header-form) {
.has-serif-title :is(.gh-button, :is(.gh-header.is-classic, .gh-cta) .gh-header-form) {
border-radius: 0;
}
.has-slab-title :is(.gh-button, .gh-header.is-classic .gh-header-form) {
.has-slab-title :is(.gh-button, :is(.gh-header.is-classic, .gh-cta) .gh-header-form) {
border-radius: 8px;
}