mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed tooltip overflowing in edit-newsletter modal
This commit is contained in:
parent
b825096213
commit
b23dc541c5
@ -1071,6 +1071,14 @@
|
||||
background: var(--whitegrey-d1);
|
||||
}
|
||||
|
||||
.gh-newsletters-labs .gh-stack-item .tooltip-top-left::before {
|
||||
width: max-content;
|
||||
max-width: 320px;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.gh-newsletters-labs .gh-members-emailsettings-footer {
|
||||
margin-top: auto;
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user