mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fix power select visual bug in PSM
This commit is contained in:
parent
3a8b6f897b
commit
5305e53121
@ -241,12 +241,12 @@
|
||||
fill: var(--blue);
|
||||
}
|
||||
|
||||
/* Inside settings */
|
||||
/* Inside settings / Mailgun region */
|
||||
/* TODO: make these general styles? */
|
||||
|
||||
.form-group .ember-power-select-trigger {
|
||||
.gh-labs-mailgun-region .ember-power-select-trigger {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
.form-group .ember-power-select-selected-item {
|
||||
.gh-labs-mailgun-region .ember-power-select-selected-item {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user