mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed styling issue for email CTA card dropdown when positioned above input field
This commit is contained in:
parent
a6ca133915
commit
43f49da2d5
@ -59,6 +59,11 @@
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.ember-power-select-dropdown.ember-basic-dropdown-content--above {
|
||||
border-top: 1px solid var(--input-border-color);
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
|
||||
.ember-power-select-option {
|
||||
margin: 0;
|
||||
padding: 6px 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user