mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed email newsletter dropdown settings getting cut off
This commit is contained in:
parent
d2acf3aada
commit
6fe1b4a0dd
2 changed files with 4 additions and 1 deletions
|
@ -1329,6 +1329,9 @@
|
|||
.gh-expandable {
|
||||
background: var(--main-color-content-greybg);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.gh-expandable.overflow-hidden {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="gh-main-section">
|
||||
<h4 class="gh-main-section-header small bn">Migration options</h4>
|
||||
<div class="gh-expandable">
|
||||
<div class="gh-expandable {{if this.importErrors "overflow-hidden"}}">
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue