mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Added margin override to the signup card input
no issues - some themes have global styles applied to inputs and it breaks the card input layout because of the style conflict - this adds some default margin values to fix the issue
This commit is contained in:
parent
ec46993e0f
commit
0b00c653cc
@ -207,7 +207,7 @@
|
||||
.kg-signup-card-input {
|
||||
width: 100%;
|
||||
height: 4.6rem;
|
||||
margin-right: 3px;
|
||||
margin: 0 3px 0 0;
|
||||
padding: 12px 16px;
|
||||
border: none;
|
||||
background: #FFFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user